Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.