UITestPropertyProvider.IsGetProperty Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets a value that indicates whether the current call to the associated property is a get call or a set call.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Protected Friend Property IsGetProperty As Boolean
protected internal bool IsGetProperty { get; set; }
protected public:
property bool IsGetProperty {
    bool get ();
    void set (bool value);
}
member IsGetProperty : bool with get, set
function get IsGetProperty () : boolean
function set IsGetProperty (value : boolean)

Property Value

Type: System.Boolean
true if the current call to the associated property is a get call; otherwise, false.

.NET Framework Security

See Also

Reference

UITestPropertyProvider Class

Microsoft.VisualStudio.TestTools.UITesting Namespace