Compartilhar via


SPGroup.Name property

Obtém ou define o nome do grupo.

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

Syntax

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

value = instance.Name

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

Property value

Type: System.String
Uma seqüência de caracteres que contém o nome.

Ver também

Referência

SPGroup class

SPGroup members

Microsoft.SharePoint namespace