共用方式為


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> 子專案。

適用於