Xceed .NET Libraries Documentation
MasterItemIndex Property (FolderSynchronizationProgressionEventArgs)


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

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

FolderSynchronizationProgressionEventArgs Class
FolderSynchronizationProgressionEventArgs Members