SPSecurableObject constructor
Allows the base class to perform initialization tasks when instances of a derived class are created.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub New
'Usage
Dim instance As New SPSecurableObject()
protected SPSecurableObject()
Remarks
The SPSecurableObject class is an abstract class. Use this constructor by calling base() on the declaration line of a derived class.