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