DocumentField

DocumentField constructor

Initializes a new instance of the DocumentField class.

public DocumentField(string name, string value)
Parameter Type Description
name String The field name.
value String The field value.

See Also