WorkflowDefinition.SetProperty method
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)
Syntax
'Declaration
Public Sub SetProperty ( _
propertyName As String, _
value As String _
)
'Usage
Dim instance As WorkflowDefinition
Dim propertyName As String
Dim value As String
instance.SetProperty(propertyName, value)
public void SetProperty(
string propertyName,
string value
)
Parameters
- propertyName
Type: System.String
- value
Type: System.String