'Declaration<CanBeNullAttribute()> Public Shared Function GetDefaultMemberPath( _ ByVal type As Type, _ ByVal target As Object _ ) As String
'UsageDim type As Type Dim target As Object Dim value As String value = ValueTarget.GetDefaultMemberPath(type, target)
Parameters
- type
 - The type of the component for which the default member path should be determined.
 - target
 - The component for which the default member path should be determined.
 
Return Value
The default member path, or 
null if it could not be determined.