StringValidatorAttribute Constructor ()

 

Initializes a new instance of the StringValidatorAttribute class.

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

public:
StringValidatorAttribute()

You use this constructor in the attributed model to ensure that the value assigned to the configuration-element property is of a string type.

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: