Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the total time duration specified for requesting validation.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property RequestDuration As TimeSpan
public TimeSpan RequestDuration { get; }
public:
property TimeSpan RequestDuration {
TimeSpan get ();
}
member RequestDuration : TimeSpan with get
function get RequestDuration () : TimeSpan
Property Value
Type: TimeSpan
Total duration specified for the request.
.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.