共用方式為


SPPrincipal.SetField method

設定使用者或群組的欄位。

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

Syntax

'宣告
Protected Sub SetField ( _
    fieldIndex As UInteger, _
    value As Object _
)
'用途
Dim fieldIndex As UInteger
Dim value As Object

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

參數

請參閱

參照

SPPrincipal class

SPPrincipal members

Microsoft.SharePoint namespace