 | LiftEventActivityEntityCollectionTimeStamp Property |
Gets or sets the collection time stamp.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Customer.Activity
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<DateTimeOffset> CollectionTimeStamp { get; set; }
Public Property CollectionTimeStamp As Nullable(Of DateTimeOffset)
Get
Set
Property Value
Type:
NullableDateTimeOffset
The collection time stamp.
See Also