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
)
参数
propertyName
类型:System.String属性的名称。
返回值
类型:System.String
该属性值。
异常
异常 | 条件 |
---|---|
ArgumentNullException | propertyName是 null 或该表为空。 |
备注
此方法来优化对常用的字段属性的访问,并扩展返回用户定义的字段属性。