SessionParameter Class
Applies To: Windows 8.1
Defines the names of parameters that exist in the Session parameter collection.
Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Syntax
'Declaration
Public NotInheritable Class SessionParameter
public static class SessionParameter
public ref class SessionParameter abstract sealed
public final class SessionParameter
public final class SessionParameter
Remarks
These parameters are guaranteed to exist in a parameter collection retrieved with a call to GetParameterSet. In addition, environment variables with the same name prefixed by "Assessment" exist in the process space for the assessment while it is executing. For example, "AssessmentResultsPath", "AssessmentTempPath", etc.
The Session parameters are valid for a single instance of the AXE engine and job execution. The values may change between job runs.
Inheritance Hierarchy
System.Object
Microsoft.Assessments.Runtime.SessionParameter
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows 8.1
See Also
Reference
SessionParameter Members
Microsoft.Assessments.Runtime Namespace