Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the type of object that is specified in the foreign identifier.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property ForeignType As HierarchyItemType
Get
Set
'Usage
Dim instance As DerivedHierarchyLevel
Dim value As HierarchyItemType
value = instance.ForeignType
instance.ForeignType = value
[DataMemberAttribute]
public HierarchyItemType ForeignType { get; set; }
[DataMemberAttribute]
public:
property HierarchyItemType ForeignType {
HierarchyItemType get ();
void set (HierarchyItemType value);
}
[<DataMemberAttribute>]
member ForeignType : HierarchyItemType with get, set
function get ForeignType () : HierarchyItemType
function set ForeignType (value : HierarchyItemType)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.HierarchyItemType
The type of object that is specified in the foreign identifier.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace