Propriedade do RDL BRConditionTreeNodes
A ResultType controlling the population of the BRConditionTreeNodes property in BusinessRules.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.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
ResultType.
Consulte também