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)

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

See also

Reference

SPAttachedProperty class

SPAttachedProperty members

Microsoft.SharePoint.WebPartPages namespace