Share via


WebSystems class

Collection of web systems

Inheritance hierarchy

System.Object
  System.Collections.Generic.List<WebSystem>
    Microsoft.Web.Hosting.Administration.WebSystems

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

Syntax

'Declaration
<CollectionDataContractAttribute(Namespace := "https://schemas.microsoft.com/windowsazure")> _
Public Class WebSystems _
    Inherits List(Of WebSystem)
'Usage
Dim instance As WebSystems
[CollectionDataContractAttribute(Namespace = "https://schemas.microsoft.com/windowsazure")]
public class WebSystems : List<WebSystem>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

WebSystems members

Microsoft.Web.Hosting.Administration namespace