SPField.GetProperty 方法

获取指定的属性的值。

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

语法

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

returnValue = instance.GetProperty(propertyName)
public virtual string GetProperty(
    string propertyName
)

参数

返回值

类型:System.String
该属性值。

异常

异常 条件
ArgumentNullException

propertyName是 null 或该表为空。

备注

此方法来优化对常用的字段属性的访问,并扩展返回用户定义的字段属性。

另请参阅

引用

SPField 类

SPField 成员

Microsoft.SharePoint 命名空间