Xceed .NET Libraries Documentation
Xceed.Synchronization Assembly / Xceed.Synchronization Namespace / SynchronizationAnalysisEventArgs Class / MasterFileIndex Property


In This Topic
    MasterFileIndex Property (SynchronizationAnalysisEventArgs)
    In This Topic
    Gets or sets the index of the master file, in relation to Files.
    Syntax
    'Declaration
     
    Public Property MasterFileIndex As Integer
    'Usage
     
    Dim instance As SynchronizationAnalysisEventArgs
    Dim value As Integer
     
    instance.MasterFileIndex = value
     
    value = instance.MasterFileIndex
    public int MasterFileIndex {get; set;}

    Property Value

    A value representing the index of the master file, in relation to Files
    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