NAnt SDK Documentation - v0.85-nightly-2005-11-09

StringValidatorAttribute Class

[This is preliminary documentation and subject to change.]

Used to indicate whether a String property should allow an empty string value or not.

For a list of all members of this type, see StringValidatorAttribute Members.

System.Object
   System.Attribute
      NAnt.Core.Attributes.ValidatorAttribute
         NAnt.Core.Attributes.StringValidatorAttribute

[Visual Basic]
<AttributeUsage(ValidOn:=AttributeTargets.Property, AllowMultiple:=False, Inherited:=True)>
NotInheritable Public Class StringValidatorAttribute
    Inherits ValidatorAttribute
[C#]
[AttributeUsage(ValidOn=AttributeTargets.Property, AllowMultiple=False, Inherited=True)]
public sealed class StringValidatorAttribute : ValidatorAttribute

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Missing <remarks> documentation for T:NAnt.Core.Attributes.StringValidatorAttribute

Requirements

Namespace: NAnt.Core.Attributes

Assembly: NAnt.Core (in NAnt.Core.dll)

See Also

StringValidatorAttribute Members | NAnt.Core.Attributes Namespace