DbSyncProgressEventArgs.ScopeMetadata Property
Gets a DbSyncScopeMetaData object that represents the metadata for a synchronization scope, such as the synchronization knowledge for the scope.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Property ScopeMetadata As DbSyncScopeMetadata
Get
Friend Set
'Usage
Dim instance As DbSyncProgressEventArgs
Dim value As DbSyncScopeMetadata
value = instance.ScopeMetadata
public DbSyncScopeMetadata ScopeMetadata { get; internal set; }
public:
property DbSyncScopeMetadata^ ScopeMetadata {
DbSyncScopeMetadata^ get ();
internal: void set (DbSyncScopeMetadata^ value);
}
member ScopeMetadata : DbSyncScopeMetadata with get, internal set
function get ScopeMetadata () : DbSyncScopeMetadata
internal function set ScopeMetadata (value : DbSyncScopeMetadata)
Property Value
Type: Microsoft.Synchronization.Data.DbSyncScopeMetadata
A DbSyncScopeMetaData object that represents the metadata for a synchronization scope.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | value is a null reference (Nothing in Visual Basic). |