Gets or sets whether the BlockAttribute definition is a constant value or a variable value.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Constant As System.Boolean |
C# | |
---|
System.bool Constant {get; set;} |
JavaScript | |
---|
Constant : System.boolean |
)
< A href="GettingStarted-draftsightapi.html">HRESULT set_Constant(
VARIANT_BOOL
NewVal
)
C++ | |
---|
property System.bool Constant { bool* Val
)
DSRESULTput_Constant(
bool NewVal
} |
Property Value
True if the BlockAttribute definition is a constant value, false if the BlockAttribute definition is a variable value