BRConditionTreeNode.ConditionTreeParentNode Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie l’ID du nœud arbre de conditions sous lequel ce nœud est parenté, ou null pour les nœuds de premier niveau.
public:
property Microsoft::MasterDataServices::Services::DataContracts::Identifier ^ ConditionTreeParentNode { Microsoft::MasterDataServices::Services::DataContracts::Identifier ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::Identifier ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.Services.DataContracts.Identifier ConditionTreeParentNode { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ConditionTreeParentNode : Microsoft.MasterDataServices.Services.DataContracts.Identifier with get, set
Public Property ConditionTreeParentNode As Identifier
Valeur de propriété
L’ID du nœud arbre de condition sous lequel ce nœud est parenté, ou nul pour les nœuds de premier niveau.
- Attributs