BaseShadow.Target Property
Gets the target object.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Target As Object
'Usage
Dim instance As BaseShadow
Dim value As Object
value = instance.Target
public virtual Object Target { get; }
public:
virtual property Object^ Target {
Object^ get ();
}
public function get Target () : Object
Property Value
Type: System.Object
The stored object.
.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.