FileSpec.Size Property (Typed) | |
A numeric value representing the size, in bytes, of the file represented by this file specification.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Size AS DWORD GET
public virtual uint Size { get; }
Request Example
View SourceProperty Value
Type:
DWordA numeric value representing the size, in bytes, of the file represented by this file specification.
See Also