IsStatic Property (ProgramBase)
In This Topic
Returns true
if all expressions are not depending from the data scope. It can be constants or expressions that references Themes or Parameters only.
Syntax
'Declaration
Public Overridable ReadOnly Property IsStatic As Boolean
public virtual bool IsStatic {get;}
See Also