AreaListing.PersonEmail 属性 (Microsoft.SharePoint.Portal.SiteData)

Gets or sets the e-mail address of the person of the person type listing.

命名空间: Microsoft.SharePoint.Portal.SiteData
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Public Property PersonEmail As String
用法
Dim instance As AreaListing
Dim value As String

value = instance.PersonEmail

instance.PersonEmail = value
public string PersonEmail { get; set; }

属性值

String that represents the e-mail address of the person of the person type listing.

备注

Use the PersonEmail property only if this listing is a person type. Use the PersonPreferredName and PersonSID properties to determine if this listing is a person type.

另请参阅

参考

AreaListing 类
AreaListing 成员
Microsoft.SharePoint.Portal.SiteData 命名空间