Aracılığıyla paylaş


WebTest.PreAuthenticate Özellik

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

Sözdizimi

'Bildirim
Public Property PreAuthenticate As Boolean
public bool PreAuthenticate { get; set; }
public:
property bool PreAuthenticate {
    bool get ();
    void set (bool value);
}
member PreAuthenticate : bool with get, set
function get PreAuthenticate () : boolean 
function set PreAuthenticate (value : boolean)

Özellik Değeri

Tür: Boolean

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTest Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı