SPPrincipal.SetField Method
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.ProtectedMethod)> _
Protected Sub SetField ( _
fieldIndex As UInteger, _
value As Object _
)
'Usage
Dim fieldIndex As UInteger
Dim value As Object
Me.SetField(fieldIndex, value)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.ProtectedMethod)]
protected void SetField(
uint fieldIndex,
Object value
)
Parameters
- fieldIndex
Type: System.UInt32
- value
Type: System.Object