SPPrincipal.SetField method

Sets the field for the user or group.

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

Syntax

'Declaration
Protected Sub SetField ( _
    fieldIndex As UInteger, _
    value As Object _
)
'Usage
Dim fieldIndex As UInteger
Dim value As Object

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

Parameters

See also

Reference

SPPrincipal class

SPPrincipal members

Microsoft.SharePoint namespace