Class PrefillField
Pre fill field.
Inheritance
System.Object
PrefillField
Namespace: BoldSign.Api.Model
Assembly: BoldSign.Api.dll
Syntax
public class PrefillField : object
Properties
| Improve this Doc View SourceId
Gets or sets the form field ID.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Gets or sets the form field value.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |