WorkflowResourceManager.GetUriForChildScope Method

Gets the URI for the child scope.

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

Syntax

'Declaration
Public Function GetUriForChildScope ( _
    childScopeName As String _
) As Uri
'Usage
Dim instance As WorkflowResourceManager 
Dim childScopeName As String 
Dim returnValue As Uri 

returnValue = instance.GetUriForChildScope(childScopeName)
public Uri GetUriForChildScope(
    string childScopeName
)
public:
Uri^ GetUriForChildScope(
    String^ childScopeName
)
member GetUriForChildScope : 
        childScopeName:string -> Uri
public function GetUriForChildScope(
    childScopeName : String
) : Uri

Parameters

  • childScopeName
    Type: System.String
    The name of the child scope associated with the manager.

Return Value

Type: System.Uri
The URI for the child scope.

See Also

Reference

WorkflowResourceManager Class

Microsoft.Workflow.Client Namespace