SPAssignmentCollection 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.PowerShell.SPAssignmentCollection

Namespace:  Microsoft.SharePoint.PowerShell
Assembly:  Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)

Syntax

'Declaration
Public NotInheritable Class SPAssignmentCollection _
    Implements IDisposable
'Usage
Dim instance As SPAssignmentCollection
public sealed class SPAssignmentCollection : IDisposable

Remarks

SPAssignmentCollection objects are returned by the StarrtSPAssignment cmdlet and Stop-SPAssignment cmdlet, and therefore needs to be public. However, this class is reserved for internal use and should not be used in your code.

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.

See also

Reference

SPAssignmentCollection members

Microsoft.SharePoint.PowerShell namespace