Class PrefillField
Pre fill field.
public class PrefillField
- Inheritance
-
PrefillField
- Inherited Members
Properties
Id
Gets or sets the form field ID.
[DataMember(Name = "id", EmitDefaultValue = true)]
public string Id { get; set; }
Property Value
Value
Gets or sets the form field value.
[DataMember(Name = "value", EmitDefaultValue = true)]
public string Value { get; set; }