LaunchApplicationAction.RunAsAdminWrapper Property
Gets or sets the value of RunAsAdmin as a string for serialization.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public string RunAsAdminWrapper { get; set; }
public:
property String^ RunAsAdminWrapper {
String^ get();
void set(String^ value);
}
member RunAsAdminWrapper : string with get, set
Public Property RunAsAdminWrapper As String
Property Value
Type: System.String
If RunAsAdmin is true, returns the value as a string; otherwise, null.
Remarks
Setting this property raises the PropertyChanged event.
See Also
PropertyChanged
RunAsAdmin
LaunchApplicationAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top