The root URL, file, etc. for this connection. This will be pre-pended to any request if the request url is not fully qualified.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overrides Function getRoot() As String |
| C# | |
|---|
public override string getRoot() |
| Managed Extensions for C++ | |
|---|
public: string* getRoot(); override |
| C++/CLI | |
|---|
public:
String^ getRoot(); override |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also