NextRelationshipType 属性

Gets or sets the hierarchy item type that defines how an item relates to its children.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property NextRelationshipType As HierarchyItemType
    Get
    Set
用法
Dim instance As ParentChild
Dim value As HierarchyItemType

value = instance.NextRelationshipType

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

属性值

类型:Microsoft.MasterDataServices.Services.DataContracts. . :: . .HierarchyItemType
A new instance of type HierarchyItemType.