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


In This Topic
    MetaDataFile Property
    In This Topic
    Gets or sets the meta data file to be used for the synchronization session.
    Syntax
    'Declaration
     
    Public Property MetaDataFile As AbstractFile
    'Usage
     
    Dim instance As SynchronizationMetaDataEventArgs
    Dim value As AbstractFile
     
    instance.MetaDataFile = value
     
    value = instance.MetaDataFile
    public AbstractFile MetaDataFile {get; set;}

    Property Value

    An Xceed.FileSystem.AbstractFile object representing the meta data file to be used for the synchronization session.
    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