AOSSessionInfo.clientMode 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.
Returns the client mode for the AOS session.
public:
virtual Dynamics::AX::Application::AOSClientMode clientMode();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual Dynamics.AX.Application.AOSClientMode clientMode ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member clientMode : unit -> Dynamics.AX.Application.AOSClientMode
override this.clientMode : unit -> Dynamics.AX.Application.AOSClientMode
Public Overridable Function clientMode () As AOSClientMode
Returns
The client mode for the AOS session.
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute