Partager via


MetadataObject.GetProperties, méthode (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)

Gets the properties associated with the metadata object.

Espace de noms : Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Overridable Function GetProperties As NamedPropertyDictionary
'Utilisation
Dim instance As MetadataObject
Dim returnValue As NamedPropertyDictionary

returnValue = instance.GetProperties
public virtual NamedPropertyDictionary GetProperties ()

Valeur de retour

A list of properties.

Remarques

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.

Voir aussi

Référence

MetadataObject, classe
Membres MetadataObject
Microsoft.Office.Server.ApplicationRegistry.MetadataModel, espace de noms