Condividi tramite


Proprietà Attributes

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

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Attributes As Boolean
    Get
    Set
'Utilizzo
Dim instance As StagingResultCriteria
Dim value As Boolean

value = instance.Attributes

instance.Attributes = value
[DataMemberAttribute(EmitDefaultValue = false)]
public bool Attributes { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property bool Attributes {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Attributes : bool with get, set
function get Attributes () : boolean
function set Attributes (value : boolean)

Valore proprietà

Tipo: System. . :: . .Boolean
true if attribute batches should be returned; otherwise, false.