MetadataObject.GetProperties 方法 (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)

Gets the properties associated with the metadata object.

命名空间: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Public Overridable Function GetProperties As NamedPropertyDictionary
用法
Dim instance As MetadataObject
Dim returnValue As NamedPropertyDictionary

returnValue = instance.GetProperties
public virtual NamedPropertyDictionary GetProperties ()

返回值

A list of properties.

备注

Properties are ad hoc extensions to metadata objects. Business Data Catalog itself uses Properties to extend the model in some cases, and Business Data clients also add properties that only they understand. Each property consists of a unique Name (unique for the object's scope), a Type (which is typically a .NET primitive, but may be a complex type if the type is serializable) and a Value.

另请参阅

参考

MetadataObject 类
MetadataObject 成员
Microsoft.Office.Server.ApplicationRegistry.MetadataModel 命名空间