Noemax.Newtonsoft.Json.Linq Namespace > JProperty Class : Load Method |
'Declaration Public Shared Function Load( _ ByVal reader As JsonReader _ ) As JProperty
'Usage Dim reader As JsonReader Dim value As JProperty value = JProperty.Load(reader)
public static JProperty Load( JsonReader reader )
public function Load( reader: JsonReader ): JProperty; static;
public static function Load( reader : JsonReader ) : JProperty;
public: static JProperty* Load( JsonReader* reader )
public: static JProperty^ Load( JsonReader^ reader )
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