VariableClass.SystemVariable 属性

定义

获取一个值,该值指示变量类是否为系统变量。

public:
 virtual property bool SystemVariable { bool get(); };
public virtual bool SystemVariable { get; }
member this.SystemVariable : bool
Public Overridable ReadOnly Property SystemVariable As Boolean

属性值

如果变量类是系统变量,则为 true;否则为 false。

实现

适用于