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
'Usage
Dim instance As ItemChangeSkippedEventArgs
Dim value As SyncProviderPosition
value = instance.ReportingProvider
public SyncProviderPosition ReportingProvider { get; }
public:
property SyncProviderPosition ReportingProvider {
SyncProviderPosition get ();
}
/** @property */
public SyncProviderPosition get_ReportingProvider ()
public function get ReportingProvider () : SyncProviderPosition
Property Value
The relative position of the provider that skipped the item change.
See Also
Reference
ItemChangeSkippedEventArgs Class
ItemChangeSkippedEventArgs Members
Microsoft.Synchronization Namespace