FilePropertiesSizeByte Property |
The size in byte.
Namespace:
Options.Core
Assembly:
CSAudioConverter (in CSAudioConverter.dll) Version: 1.0.1.0 (1.0.1.0)
Syntaxpublic long SizeByte { get; set; }
Public Property SizeByte As Long
Get
Set
Dim instance As FileProperties
Dim value As Long
value = instance.SizeByte
instance.SizeByte = value
member SizeByte : int64 with get, set
/** @property */
public long get_SizeByte()
/** @property */
public void set_SizeByte(long value)
function get SizeByte () : long
function set SizeByte (value : long)
function get_SizeByte();
function set_SizeByte(value);
Property Value
Type:
Int64
See Also