Deletes a property from the list of metadata for the website.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Sub DeleteProperty ( _
key As Object _
)
用法
Dim instance As SPWeb
Dim key As Object
instance.DeleteProperty(key)
public void DeleteProperty(
Object key
)
参数
key
类型:System.ObjectThe property key to delete.
备注
This method deletes a property from the AllProperties property that is a key/value pair.