SPProcessIdentityCollection constructor
Initializes a new instance of the SPProcessIdentityCollection class that represents the process identities used by the specified service.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
persistedObject As SPPersistedObject _
)
'Usage
Dim persistedObject As SPPersistedObject
Dim instance As New SPProcessIdentityCollection(persistedObject)
public SPProcessIdentityCollection(
SPPersistedObject persistedObject
)
Parameters
persistedObject
Type: Microsoft.SharePoint.Administration.SPPersistedObjectAn SPPersistedObject object.
See also
Reference
SPProcessIdentityCollection class