다음을 통해 공유


BRCondition.ConditionTreeNodeId 속성

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

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<DataMemberAttribute> _
Public Property ConditionTreeNodeId As Identifier 
    Get 
    Set
‘사용 방법
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)

속성 값

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

참고 항목

참조

BRCondition 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스