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.
Gets or sets the HierarchyItemType that is specified in the ForeignId.
public:
property Microsoft::MasterDataServices::HierarchyItemType ForeignType { Microsoft::MasterDataServices::HierarchyItemType get(); void set(Microsoft::MasterDataServices::HierarchyItemType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.HierarchyItemType ForeignType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ForeignType : Microsoft.MasterDataServices.HierarchyItemType with get, set
Public Property ForeignType As HierarchyItemType
Property Value
A new instance of type HierarchyItemType.
- Attributes