Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SetValueAction::IsActionOnProtectedElement Method ()

 

Returns a value that indicates whether the associated element is protected.

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

public:
bool IsActionOnProtectedElement()

Return Value

Type: System::Boolean

true if the IsEncoded property of this action is true or the associated element is a password control; otherwise, false.

Return to top
Show: