Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets a value that indicates whether the associated scope is a template.
Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
Syntax
'Declaration
Public Property IsTemplate As Boolean
Get
Set
'Usage
Dim instance As SqlSyncProviderScopeConfiguration
Dim value As Boolean
value = instance.IsTemplate
instance.IsTemplate = value
public bool IsTemplate { get; set; }
public:
property bool IsTemplate {
bool get ();
void set (bool value);
}
member IsTemplate : bool with get, set
function get IsTemplate () : boolean
function set IsTemplate (value : boolean)
Property Value
Type: System.Boolean
true if the associated scope is a template; otherwise, false.