Właściwość BRConditionTreeNode.ConditionTreeParentNode
Pobiera lub ustawia identyfikator węzła drzewa warunek, w którym ten węzeł jest elementem nadrzędnym, lub nullodwołanie o wartości null (Nothing w języku Visual Basic) dla węzłów najwyższego poziom.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property ConditionTreeParentNode As Identifier
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.MasterDataServices.Services.DataContracts.Identifier
Nowe wystąpienie Identifier, lub nullodwołanie o wartości null (Nothing w języku Visual Basic).
Zobacz także