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