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.
Namespace: System.Reflection.Mock
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public MustOverride Function GetValue ( _
obj As Object _
) As Object
'Usage
Dim instance As FieldInfo
Dim obj As Object
Dim returnValue As Object
returnValue = instance.GetValue(obj)
public abstract Object GetValue(
Object obj
)
public:
virtual Object^ GetValue(
Object^ obj
) abstract
abstract GetValue :
obj:Object -> Object
public abstract function GetValue(
obj : Object
) : Object
Parameters
- obj
Type: Object
Return Value
Type: 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.