SsoServiceInstanceCollection Class
This class and its members are reserved for internal use and are not intended to be used in your code.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SsoServiceInstance>
Microsoft.SharePoint.Administration.SPPersistedChildCollection<SsoServiceInstance>
Microsoft.SharePoint.Portal.Administration.SsoServiceInstanceCollection
Namespace: Microsoft.SharePoint.Portal.Administration
Assembly: Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class SsoServiceInstanceCollection _
Inherits SPPersistedChildCollection(Of SsoServiceInstance)
'Usage
Dim instance As SsoServiceInstanceCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class SsoServiceInstanceCollection : SPPersistedChildCollection<SsoServiceInstance>
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.