Share via


BuildUri Constructor

 

Initializes a new instance of the BuildUri class.

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

Overload List

Name Description
System_CAPS_pubmethod BuildUri()

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

System_CAPS_pubmethod BuildUri(InArgument<String>)

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

See Also

BuildUri Class
Microsoft.Activities Namespace

Return to top

BuildUri Constructor ()

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

Syntax

public BuildUri()
public:
BuildUri()
new : unit -> BuildUri
Public Sub New

Return to top

BuildUri Constructor (InArgument<String>)

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

Syntax

public BuildUri(
    InArgument<string> source
)
public:
BuildUri(
    InArgument<String^>^ source
)
new : 
        source:InArgument<string> -> BuildUri
Public Sub New (
    source As InArgument(Of String)
)

Parameters

Return to top