SPPrincipal.GetField Method

Reserved for internal use.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.ProtectedMethod)> _
Protected Function GetField ( _
    fieldIndex As UInteger _
) As Object
'Usage
Dim fieldIndex As UInteger
Dim returnValue As Object

returnValue = Me.GetField(fieldIndex)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.ProtectedMethod)]
protected Object GetField(
    uint fieldIndex
)

Parameters

Return Value

Type: System.Object

See Also

Reference

SPPrincipal Class

SPPrincipal Members

Microsoft.SharePoint Namespace