ParameterCollection.ToNameValueCollection Property

Definition

Converts the collection to a NameValueCollection.

public:
 property System::Collections::Specialized::NameValueCollection ^ ToNameValueCollection { System::Collections::Specialized::NameValueCollection ^ get(); };
public System.Collections.Specialized.NameValueCollection ToNameValueCollection { get; }
member this.ToNameValueCollection : System.Collections.Specialized.NameValueCollection
Public ReadOnly Property ToNameValueCollection As NameValueCollection

Property Value

A NameValueCollection that represents the parameters in the ParameterCollection.

Applies to