Compartir a través de


ParentChild.NextRelationshipType Propiedad

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

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property NextRelationshipType As HierarchyItemType 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.MasterDataServices.Services.DataContracts.HierarchyItemType
The hierarchy item type that defines how an item relates to its children.

Vea también

Referencia

ParentChild Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts