根据指定的键的文件,请从列表中的项的元数据中获取的值。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function GetProperty ( _
key As Object _
) As Object
用法
Dim instance As SPFile
Dim key As Object
Dim returnValue As Object
returnValue = instance.GetProperty(key)
public Object GetProperty(
Object key
)
参数
key
类型:System.Object要从中检索值的项的字符串键。
返回值
类型:System.Object
Object
项的值。