共用方式為


SPField.GetProperty method

會取得指定之屬性的值。

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

Syntax

'宣告
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
)

參數

傳回值

Type: System.String
此屬性值。

Exceptions

Exception Condition
ArgumentNullException

propertyName是 null 或空白。

備註

此方法最佳化最常使用的欄位屬性存取,並將延伸傳回使用者定義的欄位屬性。

請參閱

參照

SPField class

SPField members

Microsoft.SharePoint namespace