Gets or sets whether the BlockAttribute instance is a constant value or a variable value.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property Constant As System.Boolean |
C# | |
---|
System.bool Constant {get;} |
JavaScript | |
---|
Constant : System.boolean |
C++ | |
---|
property System.bool Constant { bool* Val
)
|
Property Value
True if the BlockAttribute instance is a constant value, false if the BlockAttribute instance is a variable value