CreateUriFromDynamicValue.Options Property

 

Gets or sets a DynamicValue containing elements of a Uri such as scheme, host, port, path, query, and fragment.

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

[RequiredArgumentAttribute]
public InArgument<DynamicValue> Options {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Activities.InArgument<DynamicValue>

Returns the configured DynamicValue.

Return to top
Show: