WorkflowDefinition.SetProperty 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
<ClientCallableMethodAttribute> _
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)
[ClientCallableMethodAttribute]
public void SetProperty(
    string propertyName,
    string value
)

Parameters

See also

Reference

WorkflowDefinition class

WorkflowDefinition members

Microsoft.SharePoint.WorkflowServices namespace