다음을 통해 공유


ParentChild.RelationshipType 속성

Gets or sets the relationship type.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<DataMemberAttribute> _
Public Property RelationshipType As HierarchyItemType 
    Get 
    Set
‘사용 방법
Dim instance As ParentChild 
Dim value As HierarchyItemType 

value = instance.RelationshipType

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

속성 값

유형: Microsoft.MasterDataServices.Services.DataContracts.HierarchyItemType
The relationship type.

참고 항목

참조

ParentChild 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스