Class CustomDomainSettings
Represents custom domain settings.
Inheritance
System.Object
CustomDomainSettings
Namespace: BoldSign.Api.Model
Assembly: BoldSign.Api.dll
Syntax
public class CustomDomainSettings : object
Properties
| Improve this Doc View SourceDomainName
Gets or sets the domain name.
Declaration
public string DomainName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FromName
Gets or sets the from name.
Declaration
public string FromName { get; set; }
Property Value
Type | Description |
---|---|
System.String |