Usages class

Collection of usage

Inheritance hierarchy

System.Object
  System.Collections.Generic.List<Usage>
    Microsoft.Web.Hosting.Administration.Usages

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

Syntax

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

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

Usages members

Microsoft.Web.Hosting.Administration namespace