Propriedade do RDL ForeignType
Gets or sets the HierarchyItemType that is specified in the ForeignId.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<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 da propriedade
Tipo: Microsoft.MasterDataServices. . :: . .HierarchyItemType
A new instance of type HierarchyItemType.