Compartilhar via


SPPrincipal.SetField method

Define o campo para o usuário ou grupo.

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

Syntax

'Declaração
Protected Sub SetField ( _
    fieldIndex As UInteger, _
    value As Object _
)
'Uso
Dim fieldIndex As UInteger
Dim value As Object

Me.SetField(fieldIndex, value)
protected void SetField(
    uint fieldIndex,
    Object value
)

Parâmetros

Ver também

Referência

SPPrincipal class

SPPrincipal members

Microsoft.SharePoint namespace