Share via


SetValueAction.IsParameterizable Property

 

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

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

Syntax

public override bool IsParameterizable { get; }
public:
property bool IsParameterizable {
    virtual bool get() override;
}
override IsParameterizable : bool with get
Public Overrides ReadOnly Property IsParameterizable As Boolean

Property Value

Type: System.Boolean

true if this action can be parameterized; otherwise, false. The default is true.

See Also

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

Return to top