Class MyRankServer
Inheritance
System.Object
MyRankServer
Assembly: VRage.Game.dll
Syntax
public class MyRankServer : Object
Constructors
MyRankServer()
Declaration
Properties
Address
Declaration
public string Address { get; set; }
Property Value
Type |
Description |
System.String |
|
ConnectionString
Declaration
public string ConnectionString { get; }
Property Value
Type |
Description |
System.String |
|
Rank
Declaration
public int Rank { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ServicePrefix
Declaration
public string ServicePrefix { get; set; }
Property Value
Type |
Description |
System.String |
|