IAttachmentUploadEntry.PauseReason Property
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 with get
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