Share via


DbSyncScope.SyncKnowledge Property

Gets or sets a SyncKnowledge object that represents the knowledge associated with the scope.

This API is not CLS-compliant. 

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Property SyncKnowledge As SyncKnowledge
    Get
    Set
'Usage
Dim instance As DbSyncScope
Dim value As SyncKnowledge

value = instance.SyncKnowledge

instance.SyncKnowledge = value
[CLSCompliantAttribute(false)]
public SyncKnowledge SyncKnowledge { get; set; }
[CLSCompliantAttribute(false)]
public:
property SyncKnowledge^ SyncKnowledge {
    SyncKnowledge^ get ();
    void set (SyncKnowledge^ value);
}
[<CLSCompliantAttribute(false)>]
member SyncKnowledge : SyncKnowledge with get, set
function get SyncKnowledge () : SyncKnowledge
function set SyncKnowledge (value : SyncKnowledge)

Property Value

Type: Microsoft.Synchronization.SyncKnowledge
A SyncKnowledge object that represents the knowledge associated with the scope.

See Also

Reference

DbSyncScope Class

Microsoft.Synchronization.Data Namespace