Click or drag to resize

PropertyMeta Class

Application Meta data about an extended video property. i.e. how to display and allow that property to be edited. ´Typically an application has a number of predefined aspects for meta data like ReadOnly, EditType to hint the applicaiton how to let the property be edited and presented.
Inheritance Hierarchy
SystemObject
  VideoCatalogServicePropertyMeta

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
public class PropertyMeta

The PropertyMeta type exposes the following members.

Constructors
 NameDescription
Public methodPropertyMeta 
Top
Properties
 NameDescription
Public propertyAspect An aspect of the custom video property
Public propertyValue Value of the aspect.
Top
See Also