Share via


PrintTicketFeature.XmlNode Property

Definition

Gets the XML node that this print feature belongs to.

public:
 property IXmlNode ^ XmlNode { IXmlNode ^ get(); };
IXmlNode XmlNode();
public IXmlNode XmlNode { get; }
var iXmlNode = printTicketFeature.xmlNode;
Public ReadOnly Property XmlNode As IXmlNode

Property Value

The XML node for this print feature.

Applies to