StagingResultCriteria.Attributes プロパティ

定義

属性バッチを返すべきかどうかを示す値を取得または設定します。

public:
 property bool Attributes { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public bool Attributes { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Attributes : bool with get, set
Public Property Attributes As Boolean

プロパティ値

true 属性バッチを返すべきなら、それ以外は false

属性

適用対象