1

I've discovered that class SPWebApplication doesn't exists in SharePoint 2003 API(Microsoft.SharePoint.dll, version 11, namespace Microsoft.SharePoint.Administration). But is there any analog of it? How can i retrieve IsAdministrationWebApplication property for example? Or SharePoint 2003 doesn't contain such options at all?

2 Answers 2

2

I think you are looking for the SPVirtualServer class.

2

Possibly you're looking for AdminPortUrl property of the SPWebServer class, which is described as:

The AdminPortUrl property of the SPWebServer class gets the URL for the administration port of the Web server.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.