Xceed .NET Libraries Documentation
Xceed.Synchronization Assembly / Xceed.Synchronization Namespace / SynchronizationOptions Class / Default Property


In This Topic
    Default Property (SynchronizationOptions)
    In This Topic
    Gets the default synchronization options.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property Default As SynchronizationOptions
    'Usage
     
    Dim value As SynchronizationOptions
     
    value = SynchronizationOptions.Default
    public static SynchronizationOptions Default {get;}

    Property Value

    A SynchronizationOptions object representing the default synchronization options.
    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