BuildUri::Fragment Property

 

Gets the escaped URI fragment.

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

public:
[DefaultValueAttribute(null)]
property InArgument<String^>^ Fragment {
	[CompilerGeneratedAttribute]
	InArgument<String^>^ get();
	[CompilerGeneratedAttribute]
	void set(InArgument<String^>^ value);
}

Property Value

Type: System.Activities::InArgument<String^>^

The escaped URI fragment.

Return to top
Show: