次の方法で共有


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> な子要素に対応します。

適用対象