Share via


SPUserCodeWebPart.Properties Property

Gets a collection of the SPUserCodeWebPart properties.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<RequiresDesignerPermissionAttribute(False)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property Properties As SPUserCodePropertyCollection
    Get
'Usage
Dim instance As SPUserCodeWebPart
Dim value As SPUserCodePropertyCollection

value = instance.Properties
[RequiresDesignerPermissionAttribute(false)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public SPUserCodePropertyCollection Properties { get; }

Property Value

Type: Microsoft.SharePoint.WebPartPages.SPUserCodePropertyCollection
The collection of the SPUserCodeWebPart properties.

See Also

Reference

SPUserCodeWebPart Class

SPUserCodeWebPart Members

Microsoft.SharePoint.WebPartPages Namespace