ServerConfigJsonInitialMapType Property |
Gets or sets the map type to use if the user hasn't already configured one.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string InitialMapType { get; set; }
Public Property InitialMapType As String
Get
Set
public:
property String^ InitialMapType {
String^ get ();
void set (String^ value);
}
member InitialMapType : string with get, set
Property Value
Type:
StringSee Also