WebCrmDocumentDataLastUpdatedBy Property |
Gets or sets name of the user who updated the document the last 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 string LastUpdatedBy { get; set; }
Public Property LastUpdatedBy As String
Get
Set
public:
property String^ LastUpdatedBy {
String^ get ();
void set (String^ value);
}
member LastUpdatedBy : string with get, set
Property Value
Type:
String
Remarks
Value of this property is defined automatically when writing to webCRM.
See Also