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


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

    Property Value

    An System.Xml.XmlReader object representing the meta data reader.
    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