This topic has not yet been rated - Rate this topic

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)
protected internal bool IsGetProperty { get; set; }

Property Value

Type: Boolean
true if the current call to the associated property is a get call; otherwise, false.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.