DataPA Enterprise Dashboard Controls API Reference
Gets and sets the category this condition will be evaluated against
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public Category Category { get; set; } |
| Visual Basic |
|---|
Public Property Category As Category
Get
Set |
| Visual C++ |
|---|
public:
virtual property Category^ Category {
Category^ get () sealed;
void set (Category^ value) sealed;
} |
Property Value
Type:
CategoryThe category this condition will be evaluated against
Return Value
Type:
CategoryThe category this condition will be evaluated against
Remarks
See Also