Share via


DataConnectionProperties.OrderedProperties Property

Definition

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.

Applies to