AvailableConsoleVersion Property
In This Topic
Gets the version of the Console that is available on the server.
Syntax
'Declaration
<CanBeNullAttribute()>
Public ReadOnly Property AvailableConsoleVersion As Version
[CanBeNull()]
public Version AvailableConsoleVersion {get;}
See Also