次の方法で共有


WorkflowTemplate.AutoStartChange プロパティ

Gets a value that specifies whether workflow associations based on this workflow template can be configured to start workflow instances automatically when an item is changed.

名前空間:  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 ReadOnly Property AutoStartChange As Boolean
    Get
'使用
Dim instance As WorkflowTemplate
Dim value As Boolean

value = instance.AutoStartChange
public bool AutoStartChange { get; }

プロパティ値

型: System.Boolean
Returns Booleantrue if workflow associations based on this workflow template can be configured to start workflow instances automatically when an item is changed; otherwise, false. The default value is

関連項目

参照先

WorkflowTemplate クラス

WorkflowTemplate メンバー

Microsoft.SharePoint.Client.Workflow 名前空間