Support.SystemSettingCheckBoolean Method

Applies To: Windows 8.1

Retrieves the current setting of a specific system configuration item.

Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

'Usage
Dim instance As Support
Dim setting As SystemSetting
Dim returnValue As Boolean

returnValue = instance.SystemSettingCheckBoolean(setting)

public:
bool SystemSettingCheckBoolean (
	SystemSetting setting
)
public boolean SystemSettingCheckBoolean (
	SystemSetting setting
)
public function SystemSettingCheckBoolean (
	setting : SystemSetting
) : boolean

Parameters

setting

A single value of a SystemSetting enumeration specifying which system setting to retrieve.

Return Value

Returns Boolean.

This method allows an assessment to determine the current state of a system setting.


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: