Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Get
'Usage
Dim instance As SyncStagedProgressEventArgs
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 position of the provider that is associated with this event.