Propriété StagingResultCriteria.Attributes
Gets or sets a value that indicates whether attributes should be returned.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Attributes As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Boolean
true if attributes should be returned; otherwise, false.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts