Partager via


Propriété ParentChild.RelationshipType

Gets or sets the relationship type.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property RelationshipType As HierarchyItemType 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

ParentChild Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts