Udostępnij za pośrednictwem


DataConnectionProperties.OrderedProperties Property

Definition

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.

Applies to