Compartir a través de


BRCondition.ConditionTreeNodeId Propiedad

Gets or sets the identifier of the owning condition tree node.

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

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property ConditionTreeNodeId As Identifier 
    Get 
    Set
'Uso
Dim instance As BRCondition 
Dim value As Identifier 

value = instance.ConditionTreeNodeId

instance.ConditionTreeNodeId = value
[DataMemberAttribute]
public Identifier ConditionTreeNodeId { get; set; }
[DataMemberAttribute]
public:
property Identifier^ ConditionTreeNodeId {
    Identifier^ get ();
    void set (Identifier^ value);
}
[<DataMemberAttribute>]
member ConditionTreeNodeId : Identifier with get, set
function get ConditionTreeNodeId () : Identifier 
function set ConditionTreeNodeId (value : Identifier)

Valor de la propiedad

Tipo: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the owning condition tree node.

Vea también

Referencia

BRCondition Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts