1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Common
  6. /
  7. Document
  8. /
  9. Attributes

Attributes

Document.Attributes property

Gets or sets the attributes of the document.

public virtual string[] Attributes { get; set; }

Property Value

The attributes of the document.

See Also