 |
SummaryEstimateAmount Property |
EstimateAmount
Created in Epic SDK V4.1.
Namespace:
ASI.TAM.API.Data.UI.Claim
Assembly:
ASI.TAM.API.Data.UI.Claim (in ASI.TAM.API.Data.UI.Claim.dll) Version: 2021.1.0.1
Syntaxpublic Nullable<int> EstimateAmount { get; set; }
Public Property EstimateAmount As Nullable(Of Integer)
Get
Set
Dim instance As Summary
Dim value As Nullable(Of Integer)
value = instance.EstimateAmount
instance.EstimateAmount = value
Property Value
Type:
NullableInt32
EstimateAmount As Integer?.
Remarks Note |
---|
- Name - EstimateAmount
- Is Identity - False
- Required On Insert - False
- Required On Update - False
- Min Value - -999999999
- MaxValue - 999999999
|
See Also