Condividi tramite


Proprietà BRCondition.ConditionTreeNodeId

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

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute> _
Public Property ConditionTreeNodeId As Identifier
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: Microsoft.MasterDataServices.Identifier
A new instance of type Identifier.

Vedere anche

Riferimento

BRCondition Classe

Spazio dei nomi Microsoft.MasterDataServices