ParameterCollection.ToNameValueCollection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.