ConditionTreeParentNode 속성
Gets or sets array of condition tree parent nodes.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.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. . :: . .Identifier
An Identifier representing the tree parent nodes.