共用方式為


SPFieldTypeDefinition.FieldTypeClass property

取得定義欄位型別的邏輯的類別的完整名稱。

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

Syntax

'宣告
Public ReadOnly Property FieldTypeClass As String
    Get
'用途
Dim instance As SPFieldTypeDefinition
Dim value As String

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

Property value

Type: System.String
字串,包含類別,例如, Microsoft.SharePoint.SPFieldText的完整名稱。

請參閱

參照

SPFieldTypeDefinition class

SPFieldTypeDefinition members

Microsoft.SharePoint namespace