 |
ClientTimestamp Property |
Used to prevent overwriting previously saved data.
Created in Epic SDK V4.1.
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 Nullable<DateTime> Timestamp { get; set; }
Public Property Timestamp As Nullable(Of DateTime)
Get
Set
Dim instance As Client
Dim value As Nullable(Of DateTime)
value = instance.Timestamp
instance.Timestamp = value
Property Value
Type:
NullableDateTime
Timestamp As Date?.
Remarks Note |
---|
- Name - Timestamp
- Ignored On Insert - True
|
See Also