NonNegativeOrInfiniteTimeSpanValidatorAttribute Class

Declaratively instructs the .NET Framework to perform time validation on a configuration property. This class cannot be inherited.

Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public sealed class NonNegativeOrInfiniteTimeSpanValidatorAttribute : ConfigurationValidatorAttribute
'Declaration
Public NotInheritable Class NonNegativeOrInfiniteTimeSpanValidatorAttribute
    Inherits ConfigurationValidatorAttribute
public ref class NonNegativeOrInfiniteTimeSpanValidatorAttribute sealed : public ConfigurationValidatorAttribute

Inheritance Hierarchy

System.Object
  System.Attribute
    System.Configuration.ConfigurationValidatorAttribute
      Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NonNegativeOrInfiniteTimeSpanValidatorAttribute

See Also

NonNegativeOrInfiniteTimeSpanValidatorAttribute Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace