SystemStatusHistoryRequestGroupBy Property
|
Namespace:
Aruba.Cloud.Provisioning.Entities
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public GroupBy GroupBy { get; set; }
<DataMemberAttribute>
Public Property GroupBy As GroupBy
Get
Set
public:
[DataMemberAttribute]
property GroupBy GroupBy {
GroupBy get ();
void set (GroupBy value);
}
[<DataMemberAttribute>]
member GroupBy : GroupBy with get, set
function get GroupBy () : GroupBy
function set GroupBy (value : GroupBy)
Property Value
Type:
GroupBySee Also