 |
SummaryPolicyItemSubRiskID Property |
Unique identifier used to specify related sub risk item.
Namespace:
ASI.TAM.API.Data.UI.Claim
Assembly:
ASI.TAM.API.Data.UI.Claim (in ASI.TAM.API.Data.UI.Claim.dll) Version: 2020.1.0.1
Syntaxpublic Nullable<int> SubRiskID { get; set; }
Public Property SubRiskID As Nullable(Of Integer)
Get
Set
Dim instance As SummaryPolicyItem
Dim value As Nullable(Of Integer)
value = instance.SubRiskID
instance.SubRiskID = value
Property Value
Type:
NullableInt32
SubRiskID As Integer?.
Remarks Note |
---|
- Name - SubRiskID
- Is Identity - True
- Required On Insert - False
- Required On Update - False
- Min Value - 0
- MaxValue - 9999
|
See Also