StagingResultCriteria.Attributes Property

Definition

Gets or sets a value that indicates whether attribute batches should be returned.

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

Property Value

true if attribute batches should be returned; otherwise, false.

Attributes

Applies to