Query.deserialize(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static Dynamics::AX::Application::Query ^ deserialize(System::String ^ _serializedValue);
public static Dynamics.AX.Application.Query deserialize (string _serializedValue);
static member deserialize : string -> Dynamics.AX.Application.Query
Public Shared Function deserialize (_serializedValue As String) As Query
Parameters
- _serializedValue
- String