Partager via


SPUserCodeWebPart.Properties - Propriété

Obtient une collection des propriétés de SPUserCodeWebPart .

Espace de noms :  Microsoft.SharePoint.WebPartPages
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
<RequiresDesignerPermissionAttribute(False)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property Properties As SPUserCodePropertyCollection
    Get
'Utilisation
Dim instance As SPUserCodeWebPart
Dim value As SPUserCodePropertyCollection

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

Valeur de propriété

Type : Microsoft.SharePoint.WebPartPages.SPUserCodePropertyCollection
La collection des propriétés de SPUserCodeWebPart .

Voir aussi

Référence

SPUserCodeWebPart classe

SPUserCodeWebPart - Membres

Microsoft.SharePoint.WebPartPages - Espace de noms