Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the relative position of the provider that skipped the item change.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ReportingProvider As SyncProviderPosition
Get
'Usage
Dim instance As ItemChangeSkippedEventArgs
Dim value As SyncProviderPosition
value = instance.ReportingProvider
public SyncProviderPosition ReportingProvider { get; }
public:
property SyncProviderPosition ReportingProvider {
SyncProviderPosition get ();
}
member ReportingProvider : SyncProviderPosition
function get ReportingProvider () : SyncProviderPosition
Property Value
Type: Microsoft.Synchronization.SyncProviderPosition
The relative position of the provider that skipped the item change.