Compartilhar via


SPFieldIndex.Id property

Obtém o identificador (ID) da SPFieldIndex.

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

Syntax

'Declaração
Public ReadOnly Property Id As Guid
    Get
'Uso
Dim instance As SPFieldIndex
Dim value As Guid

value = instance.Id
public Guid Id { get; }

Property value

Type: System.Guid
A identificação da SPFieldIndex.

Ver também

Referência

SPFieldIndex class

SPFieldIndex members

Microsoft.SharePoint namespace