Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the foreign entity ID.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property ForeignEntityId As Identifier
Get
Set
'Usage
Dim instance As DerivedHierarchyLevel
Dim value As Identifier
value = instance.ForeignEntityId
instance.ForeignEntityId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier ForeignEntityId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Identifier^ ForeignEntityId {
Identifier^ get ();
void set (Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ForeignEntityId : Identifier with get, set
function get ForeignEntityId () : Identifier
function set ForeignEntityId (value : Identifier)
Property Value
Type: Microsoft.MasterDataServices.Identifier
A new instance of type Identifier.