EncryptionInformation.ValueWrapper 属性

 

获取或设置用于序列化的值。

命名空间:   Microsoft.VisualStudio.TestTools.UITest.Common
程序集:  Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

语法

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

属性值

Type: System.String

请参阅

EncryptionInformation 类
Microsoft.VisualStudio.TestTools.UITest.Common 命名空间

返回页首