Share via


SPFolder.Properties Property (Microsoft.SharePoint.Publishing.Internal.Administration.Schema)

Namespace: Microsoft.SharePoint.Publishing.Internal.Administration.Schema
Assembly: Microsoft.SharePoint.Publishing (in microsoft.sharepoint.publishing.dll)

Syntax

'Declaration
<XmlArrayItemAttribute("Property", IsNullable:=False)> _
Public Property Properties As DictionaryEntry()
'Usage
Dim instance As SPFolder
Dim value As DictionaryEntry()

value = instance.Properties

instance.Properties = value
[XmlArrayItemAttribute("Property", IsNullable=false)] 
public DictionaryEntry[] Properties { get; set; }

See Also

Reference

SPFolder Class
SPFolder Members
Microsoft.SharePoint.Publishing.Internal.Administration.Schema Namespace