Właściwość ParentChild.NextRelationshipType
Pobiera lub ustawia typ elementu, definiujący, jak element odnosi się do jego elementów podrzędnych hierarchii.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property NextRelationshipType As HierarchyItemType
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.MasterDataServices.Services.DataContracts.HierarchyItemType
Nowe wystąpienie typu HierarchyItemType.
Zobacz także