WorkflowDescription.ActivityPath Property

 

Gets or sets path to the workflow activity.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public string ActivityPath {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property String^ ActivityPath {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ActivityPath : string with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property ActivityPath As String

Property Value

Type: System.String

String that represents the path to the workflow activity.

See Also

WorkflowDescription Class
Microsoft.Workflow.Client Namespace

Return to top