Поделиться через


Свойство BRResultOptions.BRConditionTreeNodes

Gets or sets a ResultType controlling the population of the BRConditionTreeNodes property.

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
<DataMemberAttribute> _
Public Property BRConditionTreeNodes As ResultType
    Get
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.MasterDataServices.ResultType
A new instance of type ResultType.

См. также

Справочник

BRResultOptions Класс

Пространство имен Microsoft.MasterDataServices