SetsGets the version of this object's assembly.


Namespace: NetQuarry
Assembly: EAP.Core (in EAP.Core.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Version As Integer _
    Implements IEAPBase.Version
C#
public int Version { get; }
C++
public property int Version sealed  {
    int get();
}
J#
/** property */
public int get_Version();
JScript
public function get Version() : int

Property Value

An integer value representing the scaled FileVersion of this object's running assembly.

Implements

IEAPBase.Version

See Also