ASP.NET Core MVC Controls | ComponentOne
C1.JsonNet Namespace / JsonResolver Class / ResolvePropertyName Method / ResolvePropertyName(String) Method
The specified property name.






In This Topic
    ResolvePropertyName(String) Method
    In This Topic
    Gets the property name for deserialization.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function ResolvePropertyName( _
       ByVal name 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 name
    )
    public function ResolvePropertyName( 
        name: System.String
    ): System.String; virtual; 
    public function ResolvePropertyName( 
       name : System.String
    ) : System.String;
    public: virtual System.string* ResolvePropertyName( 
       System.string* name
    ) 
    public:
    virtual System.String^ ResolvePropertyName( 
       System.String^ name
    ) 

    Parameters

    name
    The specified property name.
    See Also