Plans class

Collection of plans

Inheritance hierarchy

System.Object
  System.Collections.Generic.List<Plan>
    Microsoft.Web.Hosting.Administration.Plans

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

Syntax

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

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

Plans members

Microsoft.Web.Hosting.Administration namespace