DataConnectionProperties.OrderedProperties 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.
Retrieves a collection of property names specifying a reasonable (or necessary) order for the properties when represented in string form.
protected:
virtual property System::Collections::Specialized::StringCollection ^ OrderedProperties { System::Collections::Specialized::StringCollection ^ get(); };
protected virtual System.Collections.Specialized.StringCollection OrderedProperties { get; }
member this.OrderedProperties : System.Collections.Specialized.StringCollection
Protected Overridable ReadOnly Property OrderedProperties As StringCollection
Property Value
A collection of property names indicating a reasonable (or necessary) order to the properties.