Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UriTemplate::QueryValueVariableNames Property

 

Gets a collection of variable names used within the query string in the template.

Namespace:   System
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property ReadOnlyCollection<String^>^ QueryValueVariableNames {
	ReadOnlyCollection<String^>^ get();
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<String^>^

A collection of template variable names that appear in the query portion of the template string.

This collection excludes variable names that appear in the path section of the template string.

The following example shows how to access the QueryValueVariableNames property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.5
Silverlight
Available since 4.0
Return to top
Show:
© 2017 Microsoft