 |
SummaryClientID Property |
Unique identifier used to specify parent client item containing current claim item.
Created in Epic SDK V4.1.
Sometimes Required
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 int ClientID { get; set; }
Public Property ClientID As Integer
Get
Set
Dim instance As Summary
Dim value As Integer
value = instance.ClientID
instance.ClientID = value
Property Value
Type:
Int32
ClientID As Integer.
Remarks Note |
---|
- Name - ClientID
- Is Identity - True
- Required On Insert - True
- Required On Update - False
- Ignored On Update - True
|
See Also