SPAssignmentCollection.Add method

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Function Add ( _
    disposableObject As IDisposable _
) As Boolean
'Usage
Dim instance As SPAssignmentCollection
Dim disposableObject As IDisposable
Dim returnValue As Boolean

returnValue = instance.Add(disposableObject)
public bool Add(
    IDisposable disposableObject
)

Parameters

Return value

Type: System.Boolean
Returns Boolean.

See also

Reference

SPAssignmentCollection class

SPAssignmentCollection members

Microsoft.SharePoint.PowerShell namespace