Aracılığıyla paylaş


WebTestRequest.ResponseTimeGoal Özellik

Ad alanı:  Microsoft.VisualStudio.TestTools.WebTesting
Derleme:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)

Sözdizimi

'Bildirim
Public Property ResponseTimeGoal As Single
public float ResponseTimeGoal { get; set; }
public:
property float ResponseTimeGoal {
    float get ();
    void set (float value);
}
member ResponseTimeGoal : float32 with get, set
function get ResponseTimeGoal () : float 
function set ResponseTimeGoal (value : float)

Özellik Değeri

Tür: Single

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTestRequest Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı