Compartilhar via


ObjectQueryOptions.ObjectSortProperty Property

Gets all the properties provided for the object sort.

Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As ObjectQueryOptions
Dim value As IList(Of Pair(Of ISortableProperty, SortingOrder))

value = instance.ObjectSortProperty

Syntax

'Declaration
Public ReadOnly Property ObjectSortProperty As IList(Of Pair(Of ISortableProperty, SortingOrder))
public IList<Pair<ISortableProperty,SortingOrder>> ObjectSortProperty { get; }
public:
property IList<Pair<ISortableProperty^, SortingOrder>^>^ ObjectSortProperty {
    IList<Pair<ISortableProperty^, SortingOrder>^>^ get ();
}
/** @property */
public IList<Pair<ISortableProperty,SortingOrder>> get_ObjectSortProperty ()
public function get ObjectSortProperty () : IList<Pair<ISortableProperty,SortingOrder>>

Property Value

Returns IList.

The properties provided for the object sort.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ObjectQueryOptions Class
ObjectQueryOptions Members
Microsoft.EnterpriseManagement.Common Namespace