C# Class EppLib.Entities.PostalInfo

Show file Open project: CodeMakerInc/EppLib.NET Class Usage Examples

Public Properties

Property Type Description
m_address PostalAddress
m_name string
m_org string
m_type string

Property Details

m_address public property

public PostalAddress,EppLib.Entities m_address
return PostalAddress

m_name public property

public string m_name
return string

m_org public property

If the contact name is an individual, an organization can be entered. Otherwise, it must be omitted.
public string m_org
return string

m_type public property

public string m_type
return string