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)

Syntax

public bool IsActionOnProtectedElement()
public:
bool IsActionOnProtectedElement()
member IsActionOnProtectedElement : unit -> bool
Public Function IsActionOnProtectedElement As Boolean

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.

See Also

IsEncoded
SetValueAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top