WorkflowDefinition.Published プロパティ
名前空間: Microsoft.SharePoint.Client.WorkflowServices
アセンブリ: Microsoft.SharePoint.Client.WorkflowServices (Microsoft.SharePoint.Client.WorkflowServices.dll 内)
構文
'宣言
Public ReadOnly Property Published As Boolean
Get
'使用
Dim instance As WorkflowDefinition
Dim value As Boolean
value = instance.Published
public bool Published { get; }