xGlobal.clientKind 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.
Caution
This method is deprecated, use Global::hasGUI() to detect if an interactive client is present on the current session
public:
static Dynamics::AX::Application::ClientType clientKind();
[System.Obsolete("This method is deprecated, use Global::hasGUI() to detect if an interactive client is present on the current session")]
public static Dynamics.AX.Application.ClientType clientKind ();
[<System.Obsolete("This method is deprecated, use Global::hasGUI() to detect if an interactive client is present on the current session")>]
static member clientKind : unit -> Dynamics.AX.Application.ClientType
Public Shared Function clientKind () As ClientType
Returns
- Attributes