Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets array of condition tree parent nodes.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.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)
Property Value
Type: Microsoft.MasterDataServices.Identifier
An Identifier representing the tree parent nodes.