DashboardFilterConditionPrefixBrackets Property |
|
DataPA OpenAnalytics API Reference
Gets or sets a value that indicates the number of opening brakets that preceed this condition.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public byte PrefixBrackets { get; set; }
Public Property PrefixBrackets As Byte
Get
Set
public:
virtual property unsigned char PrefixBrackets {
unsigned char get () sealed;
void set (unsigned char value) sealed;
}
function get_PrefixBrackets();
function set_PrefixBrackets(value);
Property Value
Type:
ByteThe number of opening brakets that preceed this condition.
Return Value
Type:
ByteThe number of opening brakets that preceed this condition.
Remarks See Also