 | GameGameName Property |
Name of this game.
Namespace: Slash.Application.GamesAssembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string GameName { get; set; }
Public Property GameName As String
Get
Set
public:
property String^ GameName {
String^ get ();
void set (String^ value);
}
member GameName : string with get, set
Property Value
Type:
String
See Also