DbChangesSelectedEventArgs.ScopeMetadata Property

Gets a DbSyncScopeMetadata object that contains metadata, such as synchronization knowledge.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public ReadOnly Property ScopeMetadata As DbSyncScopeMetadata
'Usage
Dim instance As DbChangesSelectedEventArgs
Dim value As DbSyncScopeMetadata

value = instance.ScopeMetadata
public DbSyncScopeMetadata ScopeMetadata { get; }
public:
property DbSyncScopeMetadata^ ScopeMetadata {
    DbSyncScopeMetadata^ get ();
}
/** @property */
public DbSyncScopeMetadata get_ScopeMetadata ()
public function get ScopeMetadata () : DbSyncScopeMetadata

Property Value

A DbSyncScopeMetadata object that contains metadata, such as synchronization knowledge.

See Also

Reference

DbChangesSelectedEventArgs Class
DbChangesSelectedEventArgs Members
Microsoft.Synchronization.Data Namespace