[This is preliminary documentation and subject to change.]

The size of this media, in bytes, or 0 if unknown.


Namespace: MediaMallTechnologies.Plugin
Assembly: Util (in Util.dll)

Syntax

Visual Basic (Declaration)
Public Property FileSize As UInt64
C#
public ulong FileSize { get; set; }
C++
public property ulong FileSize sealed  {
    unsigned __int64 get();
    void set(unsigned __int64 value);
}
J#
/** property */
public ulong get_FileSize();

/** property */
public void set_FileSize(ulong value);
JScript
public function get FileSize() : UInt64

public function set FileSize(value : UInt64);

See Also