LongValidatorAttribute Class
.NET Framework 2.0
Note: This class is new in the .NET Framework version 2.0.
Declaratively instructs the .NET Framework to perform long-integer validation on a configuration property. This class cannot be inherited.
Namespace: System.Configuration
Assembly: System.Configuration (in system.configuration.dll)
Assembly: System.Configuration (in system.configuration.dll)
[AttributeUsageAttribute(AttributeTargets.Property)] public sealed class LongValidatorAttribute : ConfigurationValidatorAttribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Property) */ public final class LongValidatorAttribute extends ConfigurationValidatorAttribute
AttributeUsageAttribute(AttributeTargets.Property) public final class LongValidatorAttribute extends ConfigurationValidatorAttribute
You use the LongValidatorAttribute to decorate a configuration property. This is to instruct the .NET Framework to validate the property by using a LongValidator object and pass to it the value of the decorating parameters.
You may apply the LongValidatorAttribute to property types only.
The following example shows how to decorate the properties of a custom ConfigurationSection object using the LongValidatorAttribute.
System.Object
System.Attribute
System.Configuration.ConfigurationValidatorAttribute
System.Configuration.LongValidatorAttribute
System.Attribute
System.Configuration.ConfigurationValidatorAttribute
System.Configuration.LongValidatorAttribute
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.