 | IIncidentEntityAddressId Property |
Gets or sets the address Id
(Identifiant de l'adresse)
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> AddressId { get; set; }
Property AddressId As Nullable(Of Guid)
Get
Set
Property Value
Type:
NullableGuid
RemarksThis entity member is bound to the AddressId (Identifiant de l'adresse) column of the Incident (Suivi incident) table.
See Also