WCF-Xtensions Class Reference for Mono
PropertyNameResolver Property (JsonDictionaryContract)






Gets or sets the property name resolver.
Syntax
'Declaration
 
Public Property PropertyNameResolver As System.Func(Of String,String)
'Usage
 
Dim instance As JsonDictionaryContract
Dim value As System.Func(Of String,String)
 
instance.PropertyNameResolver = value
 
value = instance.PropertyNameResolver
public System.Func<string,string> PropertyNameResolver {get; set;}
public read-write property PropertyNameResolver: System.Func; 
public function get,set PropertyNameResolver : System.Func
public: __property System.Func<string*,string*>* get_PropertyNameResolver();
public: __property void set_PropertyNameResolver( 
   System.Func<string*,string*>* value
);
public:
property System.Func<String^,String^>^ PropertyNameResolver {
   System.Func<String^,String^>^ get();
   void set (    System.Func<String^,String^>^ value);
}

Property Value

The property name resolver.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JsonDictionaryContract Class
JsonDictionaryContract Members

Send Feedback