ProductDataLastUpdateBy Property |
Name of user that updated the record the last.
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 LastUpdateBy { get; set; }
Public Property LastUpdateBy As String
Get
Set
public:
property String^ LastUpdateBy {
String^ get ();
void set (String^ value);
}
member LastUpdateBy : string with get, set
Property Value
Type:
String
See Also