BuildUri Constructor
Initializes a new instance of the BuildUri class.
Namespace: Microsoft.Activities
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
Overload List
Name | Description | |
---|---|---|
BuildUri() | Initializes a new instance of the BuildUri class with default values. |
|
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
source
Type: System.Activities.InArgument<String>The source for this URI.
Return to top