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
fieldIndex
Type: System.UInt32O índice para definir o campo.
value
Type: System.ObjectO valor do campo a definir.