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)
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
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.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows 8.1
Show: