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.
If the upload has been paused, gets the reason that it has been paused.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
UploadPauseReason PauseReason { get; }
property UploadPauseReason PauseReason {
UploadPauseReason get();
}
abstract PauseReason : UploadPauseReason with get
ReadOnly Property PauseReason As UploadPauseReason
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.UploadPauseReason
The reason that the upload has been paused.
See Also
UploadPauseReason
IAttachmentUploadEntry Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top