WorkflowSubscription.SetProperty method

Sets the name-value pairs for workflow definition initiation parameters that are stored in the PropertyDefinitions property.

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

Syntax

'Declaration
<ClientCallableMethodAttribute> _
Public Sub SetProperty ( _
    name As String, _
    value As String _
)
'Usage
Dim instance As WorkflowSubscription
Dim name As String
Dim value As String

instance.SetProperty(name, value)
[ClientCallableMethodAttribute]
public void SetProperty(
    string name,
    string value
)

Parameters

See also

Reference

WorkflowSubscription class

WorkflowSubscription members

Microsoft.SharePoint.WorkflowServices namespace