1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Common
  6. /
  7. DocumentField

DocumentField

DocumentField class

Represents a document field data.

public class DocumentField

Constructors

Name Description
DocumentField(string, string) Initializes a new instance of the DocumentField class.

Properties

Name Description
Name { get; } Gets a field name.
Value { get; } Gets a field value.

Remarks

Learn more

See Also