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
fieldIndex
Type: System.UInt32The index to set the field.
value
Type: System.ObjectThe field value to set.