SPGlobalAdmin.VirtualServerNames property
NOTE: This API is now obsolete.
Use the WebApplications property of the SPWebService class to get the collection of Web applications in the Web service instead. (In Windows SharePoint Services 2.0, the VirtualServerNames property got the names of the virtual servers in the SharePoint Foundation deployment, and is maintained for backward compatibility.)
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("SPGlobalAdmin.VirtualServers is obsolete. Use SPWebService.ContentService.WebApplications instead.", _
False)> _
Public ReadOnly Property VirtualServerNames As String()
Get
'Usage
Dim instance As SPGlobalAdmin
Dim value As String()
value = instance.VirtualServerNames
[ObsoleteAttribute("SPGlobalAdmin.VirtualServers is obsolete. Use SPWebService.ContentService.WebApplications instead.",
false)]
public string[] VirtualServerNames { get; }
Property value
Type: []
A string array that contains the names of the virtual servers.