ConditionTreeParentNode 属性

Gets or sets the identifier of the condition tree node under which this node is parented, or nullNothingnullptrunitnull 引用(在 Visual Basic 中为 Nothing) for top-level nodes.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.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
A new instance of Identifier, or nullNothingnullptrunitnull 引用(在 Visual Basic 中为 Nothing).