TimeSpanValidatorAttribute Constructor ()

 

Initializes a new instance of the TimeSpanValidatorAttribute class.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
TimeSpanValidatorAttribute()

You use this constructor in the attributed model to ensure that the type of the value assigned to the related property is a TimeSpan object.

The following example shows how to use the StringValidatorAttribute constructor.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: