Propriété DerivedHierarchyLevel.ForeignType
Gets or sets the HierarchyItemType that is specified in the ForeignId.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property ForeignType As HierarchyItemType
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.MasterDataServices.HierarchyItemType
A new instance of type HierarchyItemType.