ISyncableLastSyncWithModelUTC Property  | 
 
            Gets or sets the last date/time this element was synchronized with a model. If null, it means 'never'. DateTime in UTC format.
            
 
    Namespace: 
   SD.LLBLGen.Pro.Core
    Assembly:
   SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.4.0.0 (5.4.0)
SyntaxNullable<DateTime> LastSyncWithModelUTC { get; }ReadOnly Property LastSyncWithModelUTC As Nullable(Of DateTime)
	Get
Property Value
Type: 
NullableDateTime
See Also