Sdílet prostřednictvím


EncryptionInformation.Value – vlastnost

Získá nebo nastaví hodnotu.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.Common
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.Common (v Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: String
Hodnota řetězce.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

EncryptionInformation Třída

Microsoft.VisualStudio.TestTools.UITest.Common – obor názvů