共用方式為


BRConditionTreeNode.ConditionTreeParentNode 屬性

Gets or sets the identifier of the condition tree node under which the node is parented, or nullnull 參考 (在 Visual Basic 中為 Nothing) for top-level nodes.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property ConditionTreeParentNode As Identifier 
    Get 
    Set
'用途
Dim instance As BRConditionTreeNode 
Dim value As Identifier 

value = instance.ConditionTreeParentNode

instance.ConditionTreeParentNode = value
[DataMemberAttribute]
public Identifier ConditionTreeParentNode { get; set; }
[DataMemberAttribute]
public:
property Identifier^ ConditionTreeParentNode {
    Identifier^ get ();
    void set (Identifier^ value);
}
[<DataMemberAttribute>]
member ConditionTreeParentNode : Identifier with get, set
function get ConditionTreeParentNode () : Identifier 
function set ConditionTreeParentNode (value : Identifier)

屬性值

型別:Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the condition tree node under which the node is parented, or nullnull 參考 (在 Visual Basic 中為 Nothing) for top level nodes.

請參閱

參考

BRConditionTreeNode 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間