Compartir a través de


ParentChild.RelationshipType Propiedad

Gets or sets the relationship type.

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

Sintaxis

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

Valor de la propiedad

Tipo: Microsoft.MasterDataServices.Services.DataContracts.HierarchyItemType
The relationship type.

Vea también

Referencia

ParentChild Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts