Compartir a través de


BRResultOptions.BRConditionTreeNodes Propiedad

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

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property BRConditionTreeNodes As ResultType 
    Get 
    Set
'Uso
Dim instance As BRResultOptions 
Dim value As ResultType 

value = instance.BRConditionTreeNodes

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

Valor de la propiedad

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

Vea también

Referencia

BRResultOptions Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts