Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / (Global) Namespace / ap Class / WriteXml Method / WriteXml(String,XmlWriteMode) Method

In This Topic
    WriteXml(String,XmlWriteMode) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub WriteXml( _
       ByVal fileName As System.String, _
       ByVal mode As System.Data.XmlWriteMode _
    ) 
    public void WriteXml( 
       System.string fileName,
       System.Data.XmlWriteMode mode
    )

    Parameters

    fileName
    mode
    See Also