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 the minimum version of Sync Framework components that can be used with this object.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property MinimumCompatibilityLevel As CompatibilityLevel
Get
'Usage
Dim instance As SyncKnowledge
Dim value As CompatibilityLevel
value = instance.MinimumCompatibilityLevel
public CompatibilityLevel MinimumCompatibilityLevel { get; }
public:
property CompatibilityLevel MinimumCompatibilityLevel {
CompatibilityLevel get ();
}
member MinimumCompatibilityLevel : CompatibilityLevel
function get MinimumCompatibilityLevel () : CompatibilityLevel
Property Value
Type: Microsoft.Synchronization.CompatibilityLevel
The minimum version of Sync Framework components that can be used with this object.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | This SyncKnowledge object is not initialized. |
Remarks
A SyncKnowledge object that has a version of SyncFrameworkVersion2 supports components that are compatible with SyncFrameworkVersion1 when the SyncKnowledge object contains only elements that are compatible with SyncFrameworkVersion1.
See Also
Reference
Microsoft.Synchronization Namespace