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;}
[CanBeNull()]
public:
property Version^ AvailableConsoleVersion {
Version^ get();
}
See Also