Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the HierarchyItemType that is specified in the ForeignId.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.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.HierarchyItemType
A new instance of type HierarchyItemType.