IManagementContext Interface
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.
Provides information about the client.
public interface class IManagementContext
public interface IManagementContext
type IManagementContext = interface
Public Interface IManagementContext
Properties
ClientClrVersion |
Gets the common language runtime (CLR) version that the client is using. |
ClientName |
Gets the name of the client. |
ClientUserInterfaceTechnology |
Gets the name of the client user interface (UI) technology. This property is reserved for future use. |
ClientVersion |
Gets the version of the client. |
IsLocalConnection |
Gets a value indicating whether the connection is local. |
User |
Gets the security context of the user. |