 | IIncidentEntity.ContactId Property |
Gets or sets the contact Id
(Identifiant du contact)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.Maintenance
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<Guid> ContactId { get; set; }
Property ContactId As Nullable(Of Guid)
Get
Set
Property Value
Type:
Nullable<Guid>
RemarksThis entity member is bound to the ContactId (Identifiant du contact) column of the Incident (Suivi incident) table.
See Also