次の方法で共有


RuleAnalysis.ForWrites プロパティ

定義

読み込みのための分析か書き込みのための分析かを表す値を取得します。

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

プロパティ値

Boolean

書き込みのための分析 (true オブジェクトの場合) ならば RuleAction、読み込みのための分析 (false オブジェクトの場合) ならば RuleCondition

適用対象