Share via


SPModule.Properties Property

Gets metadata for the module.

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

Syntax

'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.NestedClass)> _
Public ReadOnly Property Properties As SPModule.SPModulePropertyBag
    Get
'Usage
Dim instance As SPModule
Dim value As SPModule.SPModulePropertyBag

value = instance.Properties
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.NestedClass)]
public SPModule.SPModulePropertyBag Properties { get; }

Property Value

Type: Microsoft.SharePoint.SPModule.SPModulePropertyBag
An Microsoft.SharePoint.SPModule.SPModulePropertyBag that contains the metadata.

See Also

Reference

SPModule Class

SPModule Members

Microsoft.SharePoint Namespace