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 override bool CheckValue(
	string value,
	out Exception ex
)
Visual Basic
Public Overrides Function CheckValue ( 
	value As String,
	<OutAttribute> ByRef ex As Exception
) As Boolean

Parameters

value
Type: System..::..String
ex
Type: System..::..Exception%

Return Value

Type: Boolean

See Also