Partilhar via


EncryptionInformation.Value Propriedade

 

Obtém ou define o valor.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxe

public string Value { get; set; }
public:
property String^ Value {
    String^ get();
    void set(String^ value);
}
member Value : string with get, set
Public Property Value As String

Valor de propriedade

Type: System.String

O valor de seqüência de caracteres.

Consulte também

Classe EncryptionInformation
Namespace Microsoft.VisualStudio.TestTools.UITest.Common

Retornar ao topo