Propriedade do RDL BRResultOptions.BRConditionTreeNodes
Gets or sets the desired result type for the BRConditionTreeNodes collection.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<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 da propriedade
Tipo: Microsoft.MasterDataServices.Services.DataContracts.ResultType
The desired result type for the BRConditionTreeNodes collection.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts