ParentChild.RelationshipType Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Oggetto HierarchyItemType che definisce in che modo un elemento è correlato al padre.
public:
property Microsoft::MasterDataServices::Services::DataContracts::HierarchyItemType RelationshipType { Microsoft::MasterDataServices::Services::DataContracts::HierarchyItemType get(); void set(Microsoft::MasterDataServices::Services::DataContracts::HierarchyItemType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.Services.DataContracts.HierarchyItemType RelationshipType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.RelationshipType : Microsoft.MasterDataServices.Services.DataContracts.HierarchyItemType with get, set
Public Property RelationshipType As HierarchyItemType
Valore della proprietà
Oggetto HierarchyItemType che definisce in che modo un elemento è correlato al padre.
- Attributi