Свойство ParentChild.NextRelationshipType

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

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.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
The hierarchy item type that defines how an item relates to its children.

См. также

Справочник

ParentChild Класс

Пространство имен Microsoft.MasterDataServices.Services.DataContracts