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::Boolean
true if the associated scope is a template; otherwise, false.
Show: