Represents a named value in a URL query string.
public:
property String^ Value {
String^ get ();
}
Type: String
The value of a query parameter that corresponds with the Name property.
Namespace: Windows.Foundation
Metadata: windows.winmd
IWwwFormUrlDecoderEntry Interface