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
'Declaration
ReadOnly Property PauseReason As UploadPauseReason
UploadPauseReason PauseReason { get; }
property UploadPauseReason PauseReason {
UploadPauseReason get ();
}
abstract PauseReason : UploadPauseReason
function get PauseReason () : UploadPauseReason
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.UploadPauseReason
The reason that the upload has been paused.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IAttachmentUploadEntry Interface