Click or drag to resize

CommunicationPartialEntityGetId Method

Returns EntityObject the primary key id of the object, or null

Namespace:  AMCS.Elemos.IntegrationService.Entity.Communication
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<int> GetId()

Return Value

Type: NullableInt32
the if or null if not applicable.
See Also