SPAttachedProperty Constructor
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Sub New ( _
value As Object, _
isPersonalizable As Boolean, _
scope As PersonalizationScope _
)
'Usage
Dim value As Object
Dim isPersonalizable As Boolean
Dim scope As PersonalizationScope
Dim instance As New SPAttachedProperty(value, isPersonalizable, _
scope)
public SPAttachedProperty(
Object value,
bool isPersonalizable,
PersonalizationScope scope
)
Parameters
- value
Type: System.Object
- isPersonalizable
Type: System.Boolean