JAMS Developer Guide
SymbolNameAttribute Class
Members 


MVPSI.JAMS Namespace : SymbolNameAttribute Class
The SymbolNameAttribute is used to check for invalid characters
Object Model
SymbolNameAttribute Class
Syntax
'Declaration
 
<System.AttributeUsageAttribute(ValidOn=AttributeTargets.Property, 
   AllowMultiple=False, 
   Inherited=True)>
Public Class SymbolNameAttribute 
   Inherits System.Attribute
   Implements IValidationAttribute 
'Usage
 
Dim instance As SymbolNameAttribute
[System.AttributeUsage(ValidOn=AttributeTargets.Property, 
   AllowMultiple=false, 
   Inherited=true)]
public class SymbolNameAttribute : System.Attribute, IValidationAttribute  
Inheritance Hierarchy

System.Object
   System.Attribute
      MVPSI.JAMS.SymbolNameAttribute

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 Members
MVPSI.JAMS Namespace