Class CustomDomainSettings
Represents custom domain settings.
public class CustomDomainSettings
- Inheritance
-
CustomDomainSettings
- Inherited Members
Properties
DomainName
Gets or sets the domain name.
[DataMember(Name = "domainName", EmitDefaultValue = true)]
public string DomainName { get; set; }
Property Value
FromName
Gets or sets the from name.
[DataMember(Name = "fromName", EmitDefaultValue = true)]
public string FromName { get; set; }