Compartilhar via


SPRoleDefinition.Name property

Obtém ou define o nome da definição de função.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Property Name As String
    Get
    Set
'Uso
Dim instance As SPRoleDefinition
Dim value As String

value = instance.Name

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

Property value

Type: System.String
Uma seqüência de caracteres contendo o nome está limitado a 255 caracteres.

Ver também

Referência

SPRoleDefinition class

SPRoleDefinition members

Microsoft.SharePoint namespace