次の方法で共有


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。

実装

適用対象