Xceed .NET Libraries Documentation
MasterItemIndex Property (GetSynchronizationFileFromFolderEventArgs)


Xceed.Synchronization Assembly > Xceed.Synchronization Namespace > GetSynchronizationFileFromFolderEventArgs Class : MasterItemIndex Property
Gets the index of the item to be used as the master during the synchronization process.
Syntax
'Declaration
 
Public ReadOnly Property MasterItemIndex As Integer
'Usage
 
Dim instance As GetSynchronizationFileFromFolderEventArgs
Dim value As Integer
 
value = instance.MasterItemIndex
public int MasterItemIndex {get;}

Property Value

A value representing the index of the item to be used as the master during the synchronization process.
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

Reference

GetSynchronizationFileFromFolderEventArgs Class
GetSynchronizationFileFromFolderEventArgs Members