WebSpaces class
Collection of webspaces
Inheritance hierarchy
System.Object
System.Collections.Generic.List<WebSpace>
Microsoft.Web.Hosting.Administration.WebSpaces
Namespace: Microsoft.Web.Hosting.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<CollectionDataContractAttribute(Namespace := "https://schemas.microsoft.com/windowsazure")> _
Public Class WebSpaces _
Inherits List(Of WebSpace)
'Usage
Dim instance As WebSpaces
[CollectionDataContractAttribute(Namespace = "https://schemas.microsoft.com/windowsazure")]
public class WebSpaces : List<WebSpace>
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.