共用方式為


SPField.TypeShortDescription property

取得欄位的描述。

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

Syntax

'宣告
Public ReadOnly Property TypeShortDescription As String
    Get
'用途
Dim instance As SPField
Dim value As String

value = instance.TypeShortDescription
public string TypeShortDescription { get; }

Property value

Type: System.String
包含欄位的描述字串。

請參閱

參照

SPField class

SPField members

Microsoft.SharePoint namespace