Proprietà ConditionTreeParentNode
Gets or sets the identifier of the condition tree node under which this node is parented, or nullNothingnullptrunitriferimento Null (Nothing in Visual Basic). for top-level nodes.
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute> _
Public Property ConditionTreeParentNode As Identifier
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.MasterDataServices.Services.DataContracts. . :: . .Identifier
A new instance of Identifier, or nullNothingnullptrunitriferimento Null (Nothing in Visual Basic)..
Vedere anche