Partilhar via


Propriedade PostWebTestRecordingEventArgs.RecordedWebTestModified

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Boolean

Segurança do .NET Framework

Consulte também

Referência

PostWebTestRecordingEventArgs Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting