Xceed .NET Libraries Documentation
Xceed.Synchronization Assembly / Xceed.Synchronization Namespace / FolderSynchronizationProgressionEventArgs Class / MetaDataItem Property


    MetaDataItem Property (FolderSynchronizationProgressionEventArgs)
    A Xceed.FileSystem.FileSystemItem object representing the location where meta data, if enabled, can be accessed.
    Syntax
    'Declaration
     
    Public Property MetaDataItem As FileSystemItem
     
    'Usage
     
    Dim instance As FolderSynchronizationProgressionEventArgs
    Dim value As FileSystemItem
     
    instance.MetaDataItem = value
     
    value = instance.MetaDataItem

    Property Value

    The Xceed.FileSystem.FileSystemItem object representing the location of meta data.
    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