Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the data object to be removed. For internal use only.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Protected Property DataObject As TCmdletObject
Get
Set
'Usage
Dim value As TCmdletObject
value = Me.DataObject
Me.DataObject = value
protected TCmdletObject DataObject { get; set; }
Property Value
Type: TCmdletObject
See Also
Reference
SPRemoveCmdletBase<TCmdletObject> Class