C# 클래스 EppLib.Entities.PostalInfo

파일 보기 프로젝트 열기: CodeMakerInc/EppLib.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_address PostalAddress
m_name string
m_org string
m_type string

프로퍼티 상세

m_address 공개적으로 프로퍼티

public PostalAddress,EppLib.Entities m_address
리턴 PostalAddress

m_name 공개적으로 프로퍼티

public string m_name
리턴 string

m_org 공개적으로 프로퍼티

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

m_type 공개적으로 프로퍼티

public string m_type
리턴 string