SPUsageDefinitionCollection class
A SPPersistedChildCollection<T> list of SPUsageDefinition objects.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPUsageDefinition>
Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPUsageDefinition>
Microsoft.SharePoint.Administration.SPUsageDefinitionCollection
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<GuidAttribute("C00EB2EA-9C38-44f3-AC77-64A376EB64C4")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPUsageDefinitionCollection _
Inherits SPPersistedChildCollection(Of SPUsageDefinition)
'Usage
Dim instance As SPUsageDefinitionCollection
[GuidAttribute("C00EB2EA-9C38-44f3-AC77-64A376EB64C4")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPUsageDefinitionCollection : SPPersistedChildCollection<SPUsageDefinition>
Remarks
SPUsageDefinition class is the common interface for defining a usage type. This type is intended for information used to registration-time information about the usage type.
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.