Answer File GeneratorWriter Property
Gets the XmlWriter that output is written to.
Definition
Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
An instance of a class derived from the XmlWriter class.
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
C#
public XmlWriter Writer { get; }VB
Public ReadOnly Property Writer As XmlWriter
GetC++
public:
property XmlWriter^ Writer {
XmlWriter^ get ();
}F#
member Writer : XmlWriter with getProperty Value
XmlWriterAn instance of a class derived from the XmlWriter class.