'Declaration<ExtensionAttribute()> <JetBrains.Annotations.CanBeNullAttribute()> Public Shared Function TryGetPropertyValueOnNearestLevel( _ ByVal obj As Object, _ ByVal name As String _ ) As Object
'UsageDim obj As Object Dim name As String Dim value As Object value = TypeExtensionR.TryGetPropertyValueOnNearestLevel(obj, name)
Parameters
- obj
The value of this parameter cannot be
null(Nothingin Visual Basic).- name
The value of this parameter cannot be
null(Nothingin Visual Basic).
Return Value
This method can return null (Nothing in Visual Basic).