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.
UITestPropertyProvider::IsGetProperty Property
This API supports the product 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.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
public protected: property bool IsGetProperty { [CompilerGeneratedAttribute] bool get(); [CompilerGeneratedAttribute] void set(bool value); }
Property Value
Type: System::Booleantrue if the current call to the associated property is a get call; otherwise, false.
Show: