PrivateType.GetStaticFieldOrProperty Method (String)
Gets a value of a static field or property in a wrapped type based on the name.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntax
'Declaration
Public Function GetStaticFieldOrProperty ( _
name As String _
) As Object
public Object GetStaticFieldOrProperty(
string name
)
public:
Object^ GetStaticFieldOrProperty(
String^ name
)
member GetStaticFieldOrProperty :
name:string -> Object
public function GetStaticFieldOrProperty(
name : String
) : Object
Parameters
name
Type: StringThe name of the static field or property to get.
Return Value
Type: Object
The value set for the name field or property.
Remarks
Important
This is important for Visual Basic source code because fields and properties are used the same way.
.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.