DataPA Enterprise Dashboard Controls 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
| C# |
|---|
public byte PrefixBrackets { get; set; } |
| Visual Basic |
|---|
Public Property PrefixBrackets As Byte
Get
Set |
| Visual C++ |
|---|
public:
virtual property unsigned char PrefixBrackets {
unsigned char get () sealed;
void set (unsigned char value) sealed;
} |
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