EntityContextIdentifier.EntityId Field
The Identifier of the parent entity of the object.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public EntityId As Identifier
'Usage
Dim instance As EntityContextIdentifier
Dim value As Identifier
value = instance.EntityId
instance.EntityId = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public Identifier EntityId
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
Identifier^ EntityId
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
val mutable EntityId: Identifier
public var EntityId : Identifier