Xceed .NET Libraries Documentation
Xceed.Synchronization Assembly / Xceed.Synchronization Namespace / MasterItemParameter Class / Item Field


In This Topic
    Item Field (MasterItemParameter)
    In This Topic
    A Xceed.FileSystem.FileSystemItem object representing the master item.
    Syntax
    'Declaration
     
    Public Item As FileSystemItem
    'Usage
     
    Dim instance As MasterItemParameter
    Dim value As FileSystemItem
     
    value = instance.Item
     
    instance.Item = value
    public FileSystemItem Item
    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