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