Share via


BuildUri.Fragment Property

 

Gets the escaped URI fragment.

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

Syntax

[DefaultValueAttribute(null)]
public InArgument<string> Fragment {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DefaultValueAttribute(null)]
property InArgument<String^>^ Fragment {
    [CompilerGeneratedAttribute]
    InArgument<String^>^ get();
    [CompilerGeneratedAttribute]
    void set(InArgument<String^>^ value);
}
[<DefaultValueAttribute(null)>]
member Fragment : InArgument<string> with get, set
<DefaultValueAttribute(Nothing)>
Public Property Fragment As InArgument(Of String)

Property Value

Type: System.Activities.InArgument<String>

The escaped URI fragment.

See Also

BuildUri Class
Microsoft.Activities Namespace

Return to top