BRConditionTreeNode.ConditionTreeParentNode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets array of condition tree parent nodes.
public:
property Microsoft::MasterDataServices::Identifier ^ ConditionTreeParentNode { Microsoft::MasterDataServices::Identifier ^ get(); void set(Microsoft::MasterDataServices::Identifier ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.Identifier ConditionTreeParentNode { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ConditionTreeParentNode : Microsoft.MasterDataServices.Identifier with get, set
Public Property ConditionTreeParentNode As Identifier
Property Value
An Identifier representing the tree parent nodes.
- Attributes