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