SetValueAction.TextValue (Propiedad)

Obtiene o establece el valor de estado de esta acción como una cadena.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Common
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Common (en Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxis

'Declaración
Public Property TextValue As EncryptionInformation
public EncryptionInformation TextValue { get; set; }
public:
property EncryptionInformation^ TextValue {
    EncryptionInformation^ get ();
    void set (EncryptionInformation^ value);
}
member TextValue : EncryptionInformation with get, set
function get TextValue () : EncryptionInformation
function set TextValue (value : EncryptionInformation)

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.UITest.Common.EncryptionInformation
El valor de esta acción como una cadena.

Comentarios

Al establecer esta propiedad se produce el evento PropertyChanged.

Seguridad de .NET Framework

Vea también

Referencia

SetValueAction Clase

Microsoft.VisualStudio.TestTools.UITest.Common (Espacio de nombres)

PropertyChanged