SPPrincipal.SetField 方法

设置用户或组的域。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
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
)

参数

  • fieldIndex
    类型:System.UInt32

    要设置字段中的索引。

另请参阅

引用

SPPrincipal 类

SPPrincipal 成员

Microsoft.SharePoint 命名空间