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

Parameters

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

Return Value

Type: Boolean

Implements

VGIProfileAttributeDefinition..::..CheckValue(Object, Exception%)

See Also