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


In This Topic
    Index Field
    In This Topic
    A value representing the index of the master item.
    Syntax
    'Declaration
     
    Public Index As Integer
    'Usage
     
    Dim instance As MasterItemParameter
    Dim value As Integer
     
    value = instance.Index
     
    instance.Index = value
    public int Index
    Remarks

    If both Item and Index are specified manually, Index will be used and Item will be ignored.

    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