ClientObject.RemoveFromParentCollection method
Removes the current client object from the parent client object collection.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Protected Sub RemoveFromParentCollection
'Usage
Me.RemoveFromParentCollection()
protected void RemoveFromParentCollection()
Remarks
The method is used to remove the current client object from the ClientObjectCollection object.