MetadataPackagePropertyDescriptors Property |
Gets a collection of descriptors that contain information about properties accessible through the GroupDocs.Metadata search engine.
Namespace: GroupDocs.Metadata.CommonAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic IReadOnlyList<PropertyDescriptor> PropertyDescriptors { get; }
Public ReadOnly Property PropertyDescriptors As IReadOnlyList(Of PropertyDescriptor)
Get
public:
property IReadOnlyList<PropertyDescriptor^>^ PropertyDescriptors {
IReadOnlyList<PropertyDescriptor^>^ get ();
}
member PropertyDescriptors : IReadOnlyList<PropertyDescriptor> with get
Property Value
Type:
IReadOnlyListPropertyDescriptorA collection of descriptors that contain information about properties accessible through the GroupDocs.Metadata search engine.
See Also