IWebServerPrefix Property |
Gets the prefix that describes the combination of root and port.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax ReadOnly Property Prefix As String
Get
property String^ Prefix {
String^ get ();
}
abstract Prefix : string with get
Property Value
Type:
StringRemarks
See http://msdn.microsoft.com/en-us/library/aa364698(VS.85).aspx for a description of prefix strings.
See Also