SPRoleDefinition.Name - Propriété
Obtient ou définit le nom de la définition de rôle.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property Name As String
Get
Set
'Utilisation
Dim instance As SPRoleDefinition
Dim value As String
value = instance.Name
instance.Name = value
public string Name { get; set; }
Valeur de propriété
Type : System.String
Chaîne contenant le nom qui est limité à 255 caractères.