Table of Contents

Class CustomFieldMessage

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

The custom field message view model.

public class CustomFieldMessage
Inheritance
CustomFieldMessage
Inherited Members

Properties

CustomFieldId

Gets or sets the custom field message.

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

Property Value

string

Message

Gets or sets the custom field message.

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

Property Value

string