Checks value agains parameters or criterias set for the attribute.

Namespace: Novalys.VisualGuard.Security.CommonProfileAttribute
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public void CheckValue(
	T value
)
Visual Basic
Public Sub CheckValue ( 
	value As T
)

Parameters

value
Type: T
value

See Also