NavigateToUrlAction.IsParameterizable Property

Gets a value that indicates whether this test action can be parameterized.

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

Syntax

'Declaration
Public Overrides ReadOnly Property IsParameterizable As Boolean
public override bool IsParameterizable { get; }
public:
virtual property bool IsParameterizable {
    bool get () override;
}
abstract IsParameterizable : bool
override IsParameterizable : bool
override function get IsParameterizable () : boolean

Property Value

Type: System.Boolean
true if this test action can be parameterized; otherwise, false.

.NET Framework Security

See Also

Reference

NavigateToUrlAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace