Validates attribute value against its datatype, if attribute value passed is corresponding to attribute's datatype. ex. For Integer attribute, passed value is integer or other datatype (double, string )

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 ValidateAttributeValue(
	Object value,
	out Exception ex
)
Visual Basic
Public Overrides Function ValidateAttributeValue ( 
	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..::..ValidateAttributeValue(Object, Exception%)

See Also