Plans 类

继承层次结构

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

命名空间:  Microsoft.Web.Hosting.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

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

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

Plans 成员

Microsoft.Web.Hosting.Administration 命名空间