 |
ClientClientID Property |
Unique identifier used to specify client.
Created in Epic SDK V4.1.
Sometimes Required
Namespace:
ASI.TAM.API.Data.UI.Account.Client
Assembly:
ASI.TAM.API.Data.UI.Account.Client (in ASI.TAM.API.Data.UI.Account.Client.dll) Version: 2021.1.0.1
Syntaxpublic int ClientID { get; set; }
Public Property ClientID As Integer
Get
Set
Dim instance As Client
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 - False
- Required On Update - True
- Ignored On Insert - True
|
See Also