ReportRowsJsonGroupBy Property |
Gets or sets a value indicating the column that the data has been grouped by.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string GroupBy { get; set; }
Public Property GroupBy As String
Get
Set
public:
property String^ GroupBy {
String^ get ();
void set (String^ value);
}
member GroupBy : string with get, set
Property Value
Type:
StringSee Also