WorkflowDesignerField.SPFieldType プロパティ
Project Server フィールドの型と、 SPFieldTypeを取得します。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
<RemoteAttribute> _
Public ReadOnly Property SPFieldType As FieldType
Get
'使用
Dim instance As WorkflowDesignerField
Dim value As FieldType
value = instance.SPFieldType
[RemoteAttribute]
public FieldType SPFieldType { get; }
プロパティ値
型: Microsoft.SharePoint.Client.FieldType
フィールドの種類を表す列挙値。
注釈
Project Server ワークフロー デザイナーは、SharePoint のワークフローを使用します。SPFieldTypeプロパティは、SharePoint の列と同じように Project Server フィールドを処理する方が簡単になります。