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> 子元素。

适用于