SPFeature.Properties property
Obtém a coleção de propriedades para o recurso.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property Properties As SPFeaturePropertyCollection
Get
Friend Set
'Uso
Dim instance As SPFeature
Dim value As SPFeaturePropertyCollection
value = instance.Properties
public SPFeaturePropertyCollection Properties { get; internal set; }
Property value
Type: Microsoft.SharePoint.SPFeaturePropertyCollection
Um objeto SPFeaturePropertyCollection que representa as propriedades do recurso.