1. GroupDocs.Metadata
  2. /
  3. GroupDocs.Metadata for .NET
  4. /
  5. GroupDocs.Metadata.Common
  6. /
  7. MetadataPackage
  8. /
  9. PropertyDescriptors

PropertyDescriptors

MetadataPackage.PropertyDescriptors property

Gets a collection of descriptors that contain information about properties accessible through the GroupDocs.Metadata search engine.

public IReadOnlyList<PropertyDescriptor> PropertyDescriptors { get; }

Property Value

A collection of descriptors that contain information about properties accessible through the GroupDocs.Metadata search engine.

See Also