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