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