ProductDataLastUpdateAt Property |
Date-time of last record update.
Namespace: dk.webCRM.ApiSync.BusinessLayer.EntitiesAssembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntaxpublic DateTime LastUpdateAt { get; set; }
Public Property LastUpdateAt As DateTime
Get
Set
public:
property DateTime LastUpdateAt {
DateTime get ();
void set (DateTime value);
}
member LastUpdateAt : DateTime with get, set
Property Value
Type:
DateTime
See Also