Table of Contents

Class PrefillField

Namespace
BoldSign.Api.Model
Assembly
BoldSign.Api.dll

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

string

Value

Gets or sets the form field value.

[DataMember(Name = "value", EmitDefaultValue = true)]
public string Value { get; set; }

Property Value

string