WebCrmDocumentDataUploadCount Property |
Gets or sets number of uploads made for the document.
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 byte UploadCount { get; set; }
Public Property UploadCount As Byte
Get
Set
public:
property unsigned char UploadCount {
unsigned char get ();
void set (unsigned char value);
}
member UploadCount : byte with get, set
Property Value
Type:
Byte
Remarks
Value of this property is defined automatically when writing to webCRM.
See Also