dotConnect for PostgreSQL Documentation
Devart.Data.Synchronization Namespace / SyncProviderScopeConfiguration Class / IsTemplate Property

In This Topic
    IsTemplate Property
    In This Topic
    Determines whether the associated scope is a template.
    Syntax
    'Declaration
     
    Public Property IsTemplate As Boolean
    public bool IsTemplate {get; set;}

    Property Value

    true, if the associated scope is a template; otherwise, false.
    See Also