SolutionFlags Enumeration
Applies To: Windows 8.1
Determines whether the Solution interface will be initialized to run assessments or workloads.
Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As SolutionFlags
Syntax
'Declaration
Public Enumeration SolutionFlags
public enum SolutionFlags
public enum class SolutionFlags
public enum SolutionFlags
public enum SolutionFlags
Members
Member name | Description |
---|---|
None | The solution will be configured to run assessments. The value of this member is 0. |
Workloads | The solution will be configured to run workloads. The value of this member is -2147483648. |
Platforms
Development Platforms
Windows 8.1