SPVirtualServerState enumeration

Specifies the status of a virtual server relative to a deployment of Microsoft SharePoint Foundation.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Enumeration SPVirtualServerState
'Usage
Dim instance As SPVirtualServerState
public enum SPVirtualServerState

Members

Member name Description
Ready Specifies that the server is ready.
NeedExtend Specifies that the server needs to be extended.
NeedUpgrade Specifies that the server needs to be upgraded.
NotAdministrable Specifies that the server cannot be managed through SharePoint Foundation.
NotNTFS Specifies that the server does not use a Microsoft Windows NT file system.

See also

Reference

Microsoft.SharePoint.Administration namespace