共用方式為


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 命名空間