Sets the KVM ports state.

Namespace:  Intel.Manageability.KVM
Assembly:  HLAPI (in HLAPI.dll)

Syntax

C#
void SetPortsState(
	KVMPortsState state
)
Visual Basic (Declaration)
Sub SetPortsState ( _
	state As KVMPortsState _
)

Parameters

state
Type: Intel.Manageability.KVM..::.KVMPortsState
The state to set

See Also