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)

Syntax

[RequiredArgumentAttribute]
public InArgument<DynamicValue> Options {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[RequiredArgumentAttribute]
property InArgument<DynamicValue^>^ Options {
    [CompilerGeneratedAttribute]
    InArgument<DynamicValue^>^ get();
    [CompilerGeneratedAttribute]
    void set(InArgument<DynamicValue^>^ value);
}
[<RequiredArgumentAttribute>]
member Options : InArgument<DynamicValue> with get, set
<RequiredArgumentAttribute>
Public Property Options As InArgument(Of DynamicValue)

Property Value

Type: System.Activities.InArgument<DynamicValue>

Returns the configured DynamicValue.

See Also

CreateUriFromDynamicValue Class
Microsoft.Activities Namespace

Return to top