Click or drag to resize
ValidationModelFieldSetMessage Method
Sets the message and associated flags.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void SetMessage(
	string message,
	bool isWarning
)

Parameters

message
Type: SystemString
isWarning
Type: SystemBoolean
See Also