 | CreditNoteDetailPartialEntityHasChanged Property |
Gets or sets a value indicating whether this instance has changed.
Namespace:
AMCS.Elemos.IntegrationService.Entity.CreditNote
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool HasChanged { get; set; }
Public Property HasChanged As Boolean
Get
Set
Property Value
Type:
Booleantrue if this instance has changed; otherwise,
false.
See Also