SPWeb.AddProperty method
Adds a property to the list of metadata for the website.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub AddProperty ( _
key As Object, _
value As Object _
)
'Usage
Dim instance As SPWeb
Dim key As Object
Dim value As Object
instance.AddProperty(key, value)
public void AddProperty(
Object key,
Object value
)
Parameters
key
Type: System.ObjectThe property key to add.
value
Type: System.ObjectThe property value to add.
Remarks
This method adds a property to the AllProperties property that is a key/value pair.