WorkflowDefinition.RestrictToType property
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)
Syntax
'Declaration
Public Property RestrictToType As String
Get
Set
'Usage
Dim instance As WorkflowDefinition
Dim value As String
value = instance.RestrictToType
instance.RestrictToType = value
public string RestrictToType { get; set; }
Property value
Type: System.String