ResolvePropertyName(String) Method
In This Topic
Gets the property name for deserialization.
Syntax
'Declaration
Public Overloads Overridable Function ResolvePropertyName( _
ByVal As System.String _
) As System.String
'Usage
Dim instance As JsonResolver
Dim name As System.String
Dim value As System.String
value = instance.ResolvePropertyName(name)
public virtual System.string ResolvePropertyName(
System.string
)
public function ResolvePropertyName(
: System.String
): System.String; virtual;
public function ResolvePropertyName(
: System.String
) : System.String;
public: virtual System.string* ResolvePropertyName(
System.string*
)
public:
virtual System.String^ ResolvePropertyName(
System.String^
)
Parameters
- name
- The specified property name.
See Also