UsageInfo Class
Provides fields that are used to access information about site collection usage.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.SharePoint.Client.UsageInfo
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("SP.UsageInfo", ValueObject := True, ServerTypeId := "{7ec28504-35f9-4fcf-a09f-401024417292}")> _
Public NotInheritable Class UsageInfo _
Inherits ClientValueObject
'Usage
Dim instance As UsageInfo
[ScriptTypeAttribute("SP.UsageInfo", ValueObject = true, ServerTypeId = "{7ec28504-35f9-4fcf-a09f-401024417292}")]
public sealed class UsageInfo : ClientValueObject
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.