Version

Metadata Property (ActivityBase)

Returns a MetadataPropertyValueStore object that's used for storing and retrieving metadata information.
Syntax
'Declaration
 
Public ReadOnly Property Metadata As MetadataPropertyValueStore
public MetadataPropertyValueStore Metadata {get;}
Remarks

You can use the Metadata to store and later retrieve information. The information is stored in properties of your data items as specified in the Infragistics.Services.MetadataPropertyMappingCollection. For example, the metadata property mappings is specified using the AppointmentPropertyMappingCollection's Infragistics.Services.PropertyMappingCollection<TKey,TMapping>.MetadataPropertyMappings property. Each property defined in the mapping collection has a corresponding entry in the returned MetadataPropertyValueStore. It's indexer is used to retrieve or set the the property's value. Furthermore, you can use bindings to bind to a specific value in the returned object.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also