MetadataObject.GetProperties Method

NOTE: This API is now obsolete.

Gets the properties associated with the metadata object.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public Overridable Function GetProperties As NamedPropertyDictionary
'Usage
Dim instance As MetadataObject
Dim returnValue As NamedPropertyDictionary

returnValue = instance.GetProperties()
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public virtual NamedPropertyDictionary GetProperties()

Return Value

Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.NamedPropertyDictionary
A list of properties.

Remarks

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.

See Also

Reference

MetadataObject Class

MetadataObject Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace