Gets whether this is a dynamic block instance.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property IsDynamicBlock As System.Boolean |
C# | |
---|
System.bool IsDynamicBlock {get;} |
JavaScript | |
---|
IsDynamicBlock : System.boolean |
C++ | |
---|
property System.bool IsDynamicBlock { bool* Val
)
|
Property Value
True if this is a dynamic block instance, false if this is a static block instance