Gets or sets sort by.
Namespace: CTCT.Components.ActivitiesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public string SortBy { get; set; }
public string SortBy { get; set; }
Public Property SortBy As String
Get
Set
Public Property SortBy As String
Get
Set
public:
property String^ SortBy {
String^ get ();
void set (String^ value);
}
public:
property String^ SortBy {
String^ get ();
void set (String^ value);
}
member SortBy : string with get, set
member SortBy : string with get, set