EncryptionInformation.ValueWrapper Property

 

Gets or sets the value for serialization.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top