Partager via


Propriété BRConditionTreeNode.ConditionTreeParentNode

Gets or sets the identifier of the condition tree node under which the node is parented, or nullune référence Null (Nothing dans Visual Basic) for top-level nodes.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property ConditionTreeParentNode As Identifier 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the condition tree node under which the node is parented, or nullune référence Null (Nothing dans Visual Basic) for top level nodes.

Voir aussi

Référence

BRConditionTreeNode Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts