WebCrmDocumentDataFileSize Property |
Gets or sets file size of 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 int FileSize { get; set; }
Public Property FileSize As Integer
Get
Set
public:
property int FileSize {
int get ();
void set (int value);
}
member FileSize : int with get, set
Property Value
Type:
Int32
Remarks
Value of this property is defined automatically when writing to webCRM.
See Also