StagingResultCriteria.Attributes Propiedad
Gets or sets a value that indicates whether attributes should be returned.
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Attributes As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
true if attributes should be returned; otherwise, false.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts