ProjectSerializerWriter Property  | 
 
            Gets or sets the xml writer to use for writing to a file. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Xml
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntaxpublic XmlWriter Writer { get; set; }Public Property Writer As XmlWriter
	Get
	Set
Property Value
Type: 
XmlWriterImplements
ISerializerWriter
See Also