Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the default compatibility level of all SyncKnowledge objects.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Shared Property DefaultCompatibilityLevel As CompatibilityLevel
'Usage
Dim value As CompatibilityLevel
value = SyncKnowledge.DefaultCompatibilityLevel
SyncKnowledge.DefaultCompatibilityLevel = value
public static CompatibilityLevel DefaultCompatibilityLevel { get; set; }
public:
static property CompatibilityLevel DefaultCompatibilityLevel {
CompatibilityLevel get ();
void set (CompatibilityLevel value);
}
/** @property */
public static CompatibilityLevel get_DefaultCompatibilityLevel ()
/** @property */
public static void set_DefaultCompatibilityLevel (CompatibilityLevel value)
public static function get DefaultCompatibilityLevel () : CompatibilityLevel
public static function set DefaultCompatibilityLevel (value : CompatibilityLevel)
Property Value
The default compatibility level of all SyncKnowledge objects.
Exceptions
Exception type | Condition |
---|---|
The value to set is not a member of the CompatibilityLevel enumeration. |
Remarks
The value of DefaultCompatibilityLevel is used to initialize the CompatibilityLevel property of new SyncKnowledge objects. The default value is SyncFrameworkVersion2.
See Also
Reference
SyncKnowledge Class
SyncKnowledge Members
Microsoft.Synchronization Namespace