DataPA Enterprise Dashboard Controls API Reference
Gets and sets the category this condition will be evaluated against

Namespace: DataPAEnterpriseDashboard
Assembly: 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: Category
The category this condition will be evaluated against

Return Value

Type: Category
The category this condition will be evaluated against

Remarks