SPWellKnownAppPrincipalCollection class
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPWellKnownAppPrincipal>
Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPWellKnownAppPrincipal>
Microsoft.SharePoint.Administration.SPWellKnownAppPrincipalCollection
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<GuidAttribute("A3321D7A-A2DE-4CFD-B82A-22CC13734E5E")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class SPWellKnownAppPrincipalCollection _
Inherits SPPersistedChildCollection(Of SPWellKnownAppPrincipal)
'Usage
Dim instance As SPWellKnownAppPrincipalCollection
[GuidAttribute("A3321D7A-A2DE-4CFD-B82A-22CC13734E5E")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class SPWellKnownAppPrincipalCollection : SPPersistedChildCollection<SPWellKnownAppPrincipal>
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.