Freigeben über


BRConditionTreeNode.ConditionTreeParentNode-Eigenschaft

Gets or sets the identifier of the condition tree node under which the node is parented, or nullein NULL-Verweis (Nothing in Visual Basic) for top-level nodes.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property ConditionTreeParentNode As Identifier 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the condition tree node under which the node is parented, or nullein NULL-Verweis (Nothing in Visual Basic) for top level nodes.

Siehe auch

Verweis

BRConditionTreeNode Klasse

Microsoft.MasterDataServices.Services.DataContracts-Namespace