AreaListing.PersonEmail, propriété (Microsoft.SharePoint.Portal.SiteData)
Gets or sets the e-mail address of the person of the person type listing.
Espace de noms : Microsoft.SharePoint.Portal.SiteData
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Property PersonEmail As String
'Utilisation
Dim instance As AreaListing
Dim value As String
value = instance.PersonEmail
instance.PersonEmail = value
public string PersonEmail { get; set; }
Valeur de la propriété
String that represents the e-mail address of the person of the person type listing.
Remarques
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.
Voir aussi
Référence
AreaListing, classe
Membres AreaListing
Microsoft.SharePoint.Portal.SiteData, espace de noms