Class CustomFieldMessage
The custom field message view model.
Inheritance
System.Object
CustomFieldMessage
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class CustomFieldMessage : object
Properties
| Improve this Doc View SourceCustomFieldId
Gets or sets the custom field message.
Declaration
public string CustomFieldId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Message
Gets or sets the custom field message.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |