SPFolder.GetProperty 方法
获取元素的值与指定的键从元数据的文件夹。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function GetProperty ( _
key As Object _
) As Object
用法
Dim instance As SPFolder
Dim key As Object
Dim returnValue As Object
returnValue = instance.GetProperty(key)
public Object GetProperty(
Object key
)
参数
key
类型:System.Object要为其返回值的元素的键。
返回值
类型:System.Object
为指定的键对应的值。
备注
此方法获取由key参数从元数据集合的文件夹,其中包含在Properties属性中指定的元素的值。