次の方法で共有


ParentChild.RelationshipType プロパティ

リレーションシップの種類を取得または設定します。

名前空間:  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
リレーションシップの種類。

関連項目

参照

ParentChild クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間