DerivedHierarchyLevel.ForeignType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type of object that is specified in the ForeignId.
public:
property Microsoft::MasterDataServices::Services::DataContracts::HierarchyItemType ForeignType { Microsoft::MasterDataServices::Services::DataContracts::HierarchyItemType get(); void set(Microsoft::MasterDataServices::Services::DataContracts::HierarchyItemType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.Services.DataContracts.HierarchyItemType ForeignType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ForeignType : Microsoft.MasterDataServices.Services.DataContracts.HierarchyItemType with get, set
Public Property ForeignType As HierarchyItemType
Property Value
The HierarchyItemType of object that is specified in the ForeignId.
- Attributes