Noemax.Newtonsoft.Json.Serialization Namespace > JsonContract Class : OnDeserialized Property |
'Declaration <System.ObsoleteAttribute("This property is obsolete and has been replaced by the OnDeserializedCallbacks collection.")> Public Property OnDeserialized As System.Reflection.MethodInfo
'Usage Dim instance As JsonContract Dim value As System.Reflection.MethodInfo instance.OnDeserialized = value value = instance.OnDeserialized
[System.Obsolete("This property is obsolete and has been replaced by the OnDeserializedCallbacks collection.")] public System.Reflection.MethodInfo OnDeserialized {get; set;}
public read-write property OnDeserialized: System.Reflection.MethodInfo;
System.ObsoleteAttribute("This property is obsolete and has been replaced by the OnDeserializedCallbacks collection.") public function get,set OnDeserialized : System.Reflection.MethodInfo
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