共用方式為


BRCondition.ConditionTreeNodeId 屬性

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

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.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.Identifier
A new instance of type Identifier.

請參閱

參考

BRCondition 類別

Microsoft.MasterDataServices 命名空間