StagingResultCriteria.Attributes Property
Gets or sets a value indicating whether attribute batches should be returned.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Attributes As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
true if attribute batches should be returned; otherwise, false.