WorkflowResourceNotFoundException.ResourceName Property

 

Gets or sets the name of the resource.

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

Syntax

public string ResourceName {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property String^ ResourceName {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    private: void set(String^ value);
}
member ResourceName : string with get, private set
Public Property ResourceName As String
    Get
    Private Set
End Property

Property Value

Type: System.String

The name of the resource.

See Also

WorkflowResourceNotFoundException Class
Microsoft.Workflow.Client Namespace

Return to top