Share via


WorkflowResourceManager.BaseUri Property

Gets or sets the base URI for the manager.

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

Syntax

'Declaration
Public Property BaseUri As Uri 
    Get 
    Set
'Usage
Dim instance As WorkflowResourceManager 
Dim value As Uri 

value = instance.BaseUri

instance.BaseUri = value
public Uri BaseUri { get; set; }
public:
property Uri^ BaseUri {
    Uri^ get ();
    void set (Uri^ value);
}
member BaseUri : Uri with get, set
function get BaseUri () : Uri 
function set BaseUri (value : Uri)

Property Value

Type: System.Uri
The base URI for the manager.

See Also

Reference

WorkflowResourceManager Class

Microsoft.Workflow.Client Namespace