'Declaration<ExtensionAttribute()> <JetBrains.Annotations.CanBeNullAttribute()> Public Overloads Shared Function GetPropertyOnNearestLevel( _ ByVal type As Type, _ ByVal name As String _ ) As PropertyInfo
'UsageDim type As Type Dim name As String Dim value As PropertyInfo value = TypeExtensionR.GetPropertyOnNearestLevel(type, name)
Parameters
- type
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).