Share via


DbApplyingChangesEventArgs.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 DbApplyingChangesEventArgs
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

DbApplyingChangesEventArgs Class
DbApplyingChangesEventArgs Members
Microsoft.Synchronization.Data Namespace