BRCondition.ConditionTreeNodeId Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public Identifier ConditionTreeNodeId { get; set; }
public:
[DataMemberAttribute]
property Identifier^ ConditionTreeNodeId {
    Identifier^ get();
    void set(Identifier^ value);
}
[<DataMemberAttribute>]
member ConditionTreeNodeId : Identifier with get, set
<DataMemberAttribute>
Public Property ConditionTreeNodeId As Identifier

Property Value

Type: Microsoft.MasterDataServices.Identifier

A new instance of type Identifier.

See Also

BRCondition Class
Microsoft.MasterDataServices Namespace

Return to top