SPPrincipal.Name property
Obtém ou define o nome do dirigente.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public MustOverride Property Name As String
Get
Set
'Uso
Dim instance As SPPrincipal
Dim value As String
value = instance.Name
instance.Name = value
public abstract string Name { get; set; }
Property value
Type: System.String
Uma seqüência de caracteres que contém o nome da entidade de segurança.