Compartir a través de


BRConditionTreeNode.ConditionTreeParentNode Propiedad

Gets or sets the identifier of the condition tree node under which the node is parented, or nulles una referencia NULL (Nothing en Visual Basic). for top-level nodes.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property ConditionTreeParentNode As Identifier 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the condition tree node under which the node is parented, or nulles una referencia NULL (Nothing en Visual Basic). for top level nodes.

Vea también

Referencia

BRConditionTreeNode Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts