SPFile.AddProperty Method

Adds an item to the list of metadata for the file.

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

Syntax

'Declaration
Public Sub AddProperty ( _
    key As Object, _
    value As Object _
)
'Usage
Dim instance As SPFile
Dim key As Object
Dim value As Object

instance.AddProperty(key, value)
public void AddProperty(
    Object key,
    Object value
)

Parameters

Remarks

This method adds the key/value pair to the Properties property.

See Also

Reference

SPFile Class

SPFile Members

Microsoft.SharePoint Namespace