JAMS Developer Guide
Validate Method (SymbolNameAttribute)


MVPSI.JAMS Namespace > SymbolNameAttribute Class : Validate Method
Checks to see if an invalid character appears in the newValue parameter
Syntax
'Declaration
 
Public Function Validate( _
   ByVal newValue As System.Object, _
   ByVal valueType As System.Type, _
   ByRef errorMessage As System.String _
) As System.Boolean
'Usage
 
Dim instance As SymbolNameAttribute
Dim newValue As System.Object
Dim valueType As System.Type
Dim errorMessage As System.String
Dim value As System.Boolean
 
value = instance.Validate(newValue, valueType, errorMessage)
public System.bool Validate( 
   System.object newValue,
   System.Type valueType,
   out System.string errorMessage
)

Parameters

newValue
valueType
errorMessage
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SymbolNameAttribute Class
SymbolNameAttribute Members