RANUConfigurationPublicSettings.EnableRanu プロパティ

定義

RANU を有効にするかどうかを取得または設定します。

public:
 property bool EnableRanu { bool get(); void set(bool value); };
public bool EnableRanu { get; set; }
member this.EnableRanu : bool with get, set
Public Property EnableRanu As Boolean

プロパティ値

RANU を有効にする場合は true、有効にしない場合は false です。

適用対象