BuildUri.Scheme Property

 

Gets the scheme name for this URI.

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

[DefaultValueAttribute(null)]
public InArgument<string> Scheme {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Activities.InArgument<String>

The scheme name for this URI.

Return to top
Show: