获取或设置与人员关联的电子邮件地址。
命名空间: Microsoft.Data.OData.Atom
程序集: Microsoft.Data.OData(在 Microsoft.Data.OData.dll 中)
语法
声明
Public Property Email As String
Get
Set
用法
Dim instance As AtomPersonMetadata
Dim value As String
value = instance.Email
instance.Email = value
public string Email { get; set; }
public:
property String^ Email {
String^ get ();
void set (String^ value);
}
member Email : string with get, set
function get Email () : String
function set Email (value : String)
属性值
类型:System.String
与人员关联的电子邮件地址。