'Declaration
Public Overrides Function GetValue( _ ByVal obj As System.Object _ ) As System.Object
'Usage
Dim instance As NPropertyInfo Dim obj As System.Object Dim value As System.Object value = instance.GetValue(obj)
public override System.object GetValue( System.object obj )
Parameters
- obj