Compartilhar via


SPPrincipal.ID property

Obtém o identificador (ID) da entidade.

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

Syntax

'Declaração
Public Overrides ReadOnly Property ID As Integer
    Get
'Uso
Dim instance As SPPrincipal
Dim value As Integer

value = instance.ID
public override int ID { get; }

Property value

Type: System.Int32
A ID da entidade de segurança.

Ver também

Referência

SPPrincipal class

SPPrincipal members

Microsoft.SharePoint namespace