다음을 통해 공유


ContactPerson.TelephoneNumbers 속성

정의

전화 번호의 컬렉션을 가져오거나 설정합니다.

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ TelephoneNumbers { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> TelephoneNumbers { get; }
member this.TelephoneNumbers : System.Collections.Generic.ICollection<string>
Public ReadOnly Property TelephoneNumbers As ICollection(Of String)

속성 값

전화 번호의 컬렉션입니다.

설명

선택 사항에 해당 <md:TelephoneNumber> 자식 요소입니다.

적용 대상