BuildUri Constructor

 

Initializes a new instance of the BuildUri class.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

NameDescription
System_CAPS_pubmethodBuildUri()

Initializes a new instance of the BuildUri class with default values.

System_CAPS_pubmethodBuildUri(InArgument<String>)

Initializes a new instance of the BuildUri class with source value.

Return to top

BuildUri Constructor ()

Initializes a new instance of the BuildUri class with default values.

new : unit -> BuildUri
Return to top

BuildUri Constructor (InArgument<String>)

Initializes a new instance of the BuildUri class with source value.

new : 
        source:InArgument<string> -> BuildUri

Parameters

source
Type: System.Activities.InArgument<String>

The source for this URI.

Return to top
Show: