WorkflowAssociationCreationInformation.Template プロパティ
メソッドの実行時にサーバーに送信されるクライアント要求を取得します。
名前空間: Microsoft.SharePoint.Client.Workflow
アセンブリ: Microsoft.SharePoint.Client.Silverlight (Microsoft.SharePoint.Client.Silverlight.dll 内); Microsoft.SharePoint.Client.Phone (Microsoft.SharePoint.Client.Phone.dll 内) Microsoft.SharePoint.Client (Microsoft.SharePoint.Client.dll 内)
構文
'宣言
Public Property Template As WorkflowTemplate
Get
Set
'使用
Dim instance As WorkflowAssociationCreationInformation
Dim value As WorkflowTemplate
value = instance.Template
instance.Template = value
public WorkflowTemplate Template { get; set; }
プロパティ値
型: Microsoft.SharePoint.Client.Workflow.WorkflowTemplate
ワークフローの関連付けで使用するワークフロー テンプレートを指定する値を表すWorkflowTemplateインスタンスを返します。
注釈
その値null 参照 (Visual Basic のNothing )ことはできません。
関連項目
参照先
WorkflowAssociationCreationInformation クラス