Class QNameValue

QNameValue class

The class that incapsulates a QName value in a PrintTicket document.

public sealed class QNameValue : Value

Constructors

NameDescription
QNameValue(string)Creates a new instance.

Properties

NameDescription
Name { get; }Gets the element name.
ValueString { get; }Gets the value as string.

See Also