1. GroupDocs.Metadata
  2. /
  3. GroupDocs.Metadata for .NET
  4. /
  5. GroupDocs.Metadata.Common
  6. /
  7. PropertyDescriptor

PropertyDescriptor

PropertyDescriptor class

Represents a descriptor of a property that can be accessed through the GroupDocs.Metadata search engine.

public class PropertyDescriptor

Properties

Name Description
virtual AccessLevel { get; } Gets the property access level.
Interpreter { get; } Gets the property value interpreter.
Name { get; } Gets the property name.
Tags { get; } Gets a collection of tags associated with the property.
Type { get; } Gets the property type.

See Also