SPField.GetCustomProperty 方法

获取具有指定名称的自定义属性的值。

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

语法

声明
Public Function GetCustomProperty ( _
    propertyName As String _
) As Object
用法
Dim instance As SPField
Dim propertyName As String
Dim returnValue As Object

returnValue = instance.GetCustomProperty(propertyName)
public Object GetCustomProperty(
    string propertyName
)

参数

返回值

类型:System.Object
属性的值。

异常

异常 条件
ArgumentNullException

propertyName是 null 或该表为空。

备注

此方法获取具有指定的属性名称的自定义属性的值。

另请参阅

引用

SPField 类

SPField 成员

Microsoft.SharePoint 命名空间