2008 Style
Client Class
Members  See Also  Send Feedback
Org.Edgerunner.Dynamics.Nav.CSide Namespace : Client Class



Glossary Item Box

Represents an instance of a Dynamics Nav client

Object Model

Client ClassForm Class

Syntax

 
Visual Basic (Declaration)
Visual Basic (Usage)
C#
C++/CLI
 
 

Example

using (var client = Client.GetSpecificClient(ServerType.SQL, myServer, myDatabase, myCompany, false))

{

  if (client != null)

    MessageBox.Show(client.ApplicationVersion);

}

Inheritance Hierarchy

System.Object
   Org.Edgerunner.Dynamics.Nav.CSide.Client

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

© 2013 All Rights Reserved.