 | JobChargePartialEntity.Rate Property |
Gets or sets the Rate.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Job
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<decimal> Rate { get; set; }
Public Property Rate As Nullable(Of Decimal)
Get
Set
Property Value
Type:
Nullable<Decimal>
The Rate.
See Also