Partilhar via


Propriedade do RDL BRResultOptions.BRConditions

Gets or sets the desired result type for the BRConditions collection.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<DataMemberAttribute> _
Public Property BRConditions As ResultType 
    Get 
    Set
'Uso
Dim instance As BRResultOptions 
Dim value As ResultType 

value = instance.BRConditions

instance.BRConditions = value
[DataMemberAttribute]
public ResultType BRConditions { get; set; }
[DataMemberAttribute]
public:
property ResultType BRConditions {
    ResultType get ();
    void set (ResultType value);
}
[<DataMemberAttribute>]
member BRConditions : ResultType with get, set
function get BRConditions () : ResultType 
function set BRConditions (value : ResultType)

Valor da propriedade

Tipo: Microsoft.MasterDataServices.Services.DataContracts.ResultType
The desired result type for the BRConditions collection.

Consulte também

Referência

BRResultOptions Classe

Namespace Microsoft.MasterDataServices.Services.DataContracts