语言

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

属性值

如果变量类是系统变量,则为真;否则,就是假的。

实现

适用于