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 position of the provider that is associated with this event.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ReportingProvider As SyncProviderPosition
'Usage
Dim instance As SyncStagedProgressEventArgs
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 position of the provider that is associated with this event.
See Also
Reference
SyncStagedProgressEventArgs Class
SyncStagedProgressEventArgs Members
Microsoft.Synchronization Namespace