SPJobDefinitionCollection Class
This member is reserved for internal use and is not intended to be used directly from your code.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPJobDefinition>
Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPJobDefinition>
Microsoft.SharePoint.Administration.SPJobDefinitionCollection
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
<GuidAttribute("7F6DCB2C-ED53-4576-8272-ADEF121B6F42")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPJobDefinitionCollection _
Inherits SPPersistedChildCollection(Of SPJobDefinition)
Dim instance As SPJobDefinitionCollection
[GuidAttribute("7F6DCB2C-ED53-4576-8272-ADEF121B6F42")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPJobDefinitionCollection : SPPersistedChildCollection<SPJobDefinition>
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.