Share via


WorkflowDefinition.SetProperties method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)

Syntax

'Declaration
Public Sub SetProperties ( _
    value As IDictionary(Of String, String) _
)
'Usage
Dim instance As WorkflowDefinition
Dim value As IDictionary(Of String, String)

instance.SetProperties(value)
public void SetProperties(
    IDictionary<string, string> value
)

Parameters

See also

Reference

WorkflowDefinition class

WorkflowDefinition members

Microsoft.SharePoint.WorkflowServices namespace