'Declaration
Public Shared Function GetDataMemberName( _ ByVal property As PropertyInfo _ ) As String
'Usage
Dim property As PropertyInfo Dim value As String value = Utils.GetDataMemberName(property)
public static string GetDataMemberName( PropertyInfo property )
public: static String^ GetDataMemberName( PropertyInfo^ property )
Parameters
- property