ApplicationMode Enumeration
Indicates the mode in which the application can run.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public enum ApplicationMode
public enum class ApplicationMode
Public Enumeration ApplicationMode
Members
Member name | Description | |
---|---|---|
MacClient | Indicates that the application is running remotely on a computer running the Macintosh operating system. |
|
RemoteClient | Indicates that the application is running remotely on a computer running the Windows operating system. |
|
RemoteWebAccess | Indicates that the application is running remotely through Remote Web Access. |
|
Server | Indicates that the application is running remotely on a server running a Windows operating system. |
See Also
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top