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.
Creates the new data object.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Protected MustOverride Function CreateDataObject As TCmdletObject
'Usage
Dim returnValue As TCmdletObject
returnValue = Me.CreateDataObject()
protected abstract TCmdletObject CreateDataObject()
Return Value
Type: TCmdletObject
Returns [{0}]. The new object instance.
Remarks
This method must be implemented in derived classes.
See Also
Reference
SPNewCmdletBase<TCmdletObject> Class