SPPrincipal.Name - Propriété
Obtient ou définit le nom de l'entité de sécurité.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public MustOverride Property Name As String
Get
Set
'Utilisation
Dim instance As SPPrincipal
Dim value As String
value = instance.Name
instance.Name = value
public abstract string Name { get; set; }
Valeur de propriété
Type : System.String
Chaîne qui contient le nom de l'entité de sécurité.