Share via


SPFile.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 SPFile
Dim value As DictionaryEntry()

value = instance.Properties

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

See Also

Reference

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