次の方法で共有


ConditionTreeParentNode プロパティ

このノードの親となる条件ツリー ノードの識別子を取得または設定します。最上位のノードの場合は nullNothingnullptrunitNULL 参照 (Visual Basic では Nothing) です。

名前空間:  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
Identifier の新しいインスタンス、または nullNothingnullptrunitNULL 参照 (Visual Basic では Nothing) です。