CategoryGroupColumn Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the name of the group column this category relates to
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string GroupColumn { get; set; }
Public Property GroupColumn As String
Get
Set
public:
virtual property String^ GroupColumn {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_GroupColumn();
function set_GroupColumn(value);
Property Value
Type:
StringThe name of the group column this category relates to
Return Value
Type:
StringThe name of the group column this category relates to
Remarks See Also