EncryptionInformation.ValueWrapper (Propiedad)

Obtiene o establece el valor para la serialización.

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 ValueWrapper As String
public string ValueWrapper { get; set; }
public:
property String^ ValueWrapper {
    String^ get ();
    void set (String^ value);
}
member ValueWrapper : string with get, set
function get ValueWrapper () : String
function set ValueWrapper (value : String)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

EncryptionInformation Clase

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