Share via


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
    Get
'Usage
Dim instance As DbChangesSelectedEventArgs
Dim value As DbSyncScopeMetadata

value = instance.ScopeMetadata
public DbSyncScopeMetadata ScopeMetadata { get; }
public:
property DbSyncScopeMetadata^ ScopeMetadata {
    DbSyncScopeMetadata^ get ();
}
member ScopeMetadata : DbSyncScopeMetadata
function get ScopeMetadata () : DbSyncScopeMetadata

Property Value

Type: Microsoft.Synchronization.Data.DbSyncScopeMetadata
A DbSyncScopeMetadata object that contains metadata, such as synchronization knowledge.

See Also

Reference

DbChangesSelectedEventArgs Class

Microsoft.Synchronization.Data Namespace