WebCrmDocumentDataLastUpdatedAt Property |
Gets or sets time of the latest 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 LastUpdatedAt { get; set; }
Public Property LastUpdatedAt As DateTime
Get
Set
public:
property DateTime LastUpdatedAt {
DateTime get ();
void set (DateTime value);
}
member LastUpdatedAt : DateTime with get, set
Property Value
Type:
DateTime
Remarks
Value of this property is defined automatically when writing to webCRM.
See Also