ResolvePropertyName(String) Method
In This Topic
Gets the property name for deserialization.
Syntax
'Declaration
Public Overloads Overridable Function ResolvePropertyName( _
ByVal As String _
) As String
public virtual string ResolvePropertyName(
string
)
Parameters
- name
- The specified property name.
See Also