Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.