Sdílet prostřednictvím


PostWebTestRecordingEventArgs.RecordedWebTestModified – vlastnost

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

PostWebTestRecordingEventArgs Třída

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů