This documentation is archived and is not being maintained.
SqlSyncProviderScopeConfiguration::IsTemplate Property
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)
public:
property bool IsTemplate {
bool get ();
void set (bool value);
}
Property Value
Type:
System::Booleantrue if the associated scope is a template; otherwise, false.