Gets or sets an indicator of which property of the CSubscription should be used to order the list.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public SubscriptionSortBy SortBy { get; set; }
Visual Basic (Declaration)
Public Property SortBy As SubscriptionSortBy
Visual C++
public:
property SubscriptionSortBy SortBy {
	SubscriptionSortBy get ();
	void set (SubscriptionSortBy value);
}

Field Value

One of the "sortable" properties defined in SubscriptionSortBy

See Also