Xceed .NET Libraries Documentation
Xceed.Synchronization Assembly / Xceed.Synchronization Namespace / SynchronizationMetaDataEventArgs Class / MetaDataXmlWriter Property


In This Topic
    MetaDataXmlWriter Property
    In This Topic
    Gets or sets the meta data writer.
    Syntax
    'Declaration
     
    Public Property MetaDataXmlWriter As XmlWriter
    'Usage
     
    Dim instance As SynchronizationMetaDataEventArgs
    Dim value As XmlWriter
     
    instance.MetaDataXmlWriter = value
     
    value = instance.MetaDataXmlWriter
    public XmlWriter MetaDataXmlWriter {get; set;}

    Property Value

    An System.Xml.XmlWriter object representing the meta data writer.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also