Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
NOTE: This API is now obsolete.
Obsolete. Gets an SPVirtualServerState value that represents the state of the virtual server.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<ObsoleteAttribute("Use SPWebApplication or SPIisSettings instead.", _
False)> _
Public ReadOnly Property State As SPVirtualServerState
Get
'Usage
Dim instance As SPVirtualServer
Dim value As SPVirtualServerState
value = instance.State
[ObsoleteAttribute("Use SPWebApplication or SPIisSettings instead.",
false)]
public SPVirtualServerState State { get; }
Property Value
Type: Microsoft.SharePoint.Administration.SPVirtualServerState
An SPVirtualServerState value that specifies the state.