Compartir a través de


DerivedHierarchyLevel.ForeignType Propiedad

Gets or sets the type of object that is specified in the foreign identifier.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property ForeignType As HierarchyItemType 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.MasterDataServices.Services.DataContracts.HierarchyItemType
The type of object that is specified in the foreign identifier.

Vea también

Referencia

DerivedHierarchyLevel Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts