次の方法で共有


ContactPerson.EmailAddresses プロパティ

定義

電子メール アドレスのコレクションを取得します。

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

プロパティ値

電子メール アドレスのコレクション。

注釈

省略可能 <md:EmailAddress> な子要素に対応します。

適用対象