Свойство BRConditionTreeNode.ConditionTreeParentNode

Gets or sets the identifier of the condition tree node under which the node is parented, or nullпустая ссылка (Nothing в Visual Basic) for top-level nodes.

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

Синтаксис

'Декларация
<DataMemberAttribute> _
Public Property ConditionTreeParentNode As Identifier 
    Get 
    Set
'Применение
Dim instance As BRConditionTreeNode 
Dim value As Identifier 

value = instance.ConditionTreeParentNode

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

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

Тип: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the condition tree node under which the node is parented, or nullпустая ссылка (Nothing в Visual Basic) for top level nodes.

См. также

Справочник

BRConditionTreeNode Класс

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