Share via


DbSyncScopeMetadata.SyncKnowledge Property

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

This property 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
'Usage
Dim instance As DbSyncScopeMetadata
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);
}
/** @property */
public SyncKnowledge get_SyncKnowledge ()

/** @property */
public void set_SyncKnowledge (SyncKnowledge value)
public function get SyncKnowledge () : SyncKnowledge

public function set SyncKnowledge (value : SyncKnowledge)

Property Value

A SyncKnowledge object that represents the knowledge associated with the scope.

Remarks

Microsoft.Synchronization.dll and associated concepts about synchronization knowledge are documented in the Sync Framework core documentation. To download this documentation, go to this Microsoft Web site.

See Also

Reference

DbSyncScopeMetadata Class
DbSyncScopeMetadata Members
Microsoft.Synchronization.Data Namespace