Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.