| IWebServerProviderListenerPrefix Property  | 
            Gets or sets the prefix that the webserver will listen to.
            
 
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxstring ListenerPrefix { get; set; }Property ListenerPrefix As String
	Get
	Set
property String^ ListenerPrefix {
	String^ get ();
	void set (String^ value);
}abstract ListenerPrefix : string with get, set
Property Value
Type: 
String
See Also