Compartilhar via


SPUserCodeWebPart.Properties property

Obtém uma coleção das propriedades SPUserCodeWebPart .

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
<RequiresDesignerPermissionAttribute(False)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property Properties As SPUserCodePropertyCollection
    Get
'Uso
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
A coleção das propriedades SPUserCodeWebPart .

Ver também

Referência

SPUserCodeWebPart class

SPUserCodeWebPart members

Microsoft.SharePoint.WebPartPages namespace