See Also

Validator Class  | Validator Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerTCP Email Validation for .NET

VerboseProgress Property

Dart.PowerTCP.EmailValidation Namespace > Validator Class : VerboseProgress Property

Gets or sets a value indicating whether the Progress event should fire when the validation progresses to each ValidationLevel.

[Visual Basic]
<CategoryAttribute("Behavior")> <DefaultValueAttribute()> <DescriptionAttribute("Gets or sets a value indicating whether the Progress event should fire when each Validation Level is achieved.")> Public Property VerboseProgress As Boolean
[C#]
[CategoryAttribute("Behavior")] [DefaultValueAttribute()] [DescriptionAttribute("Gets or sets a value indicating whether the Progress event should fire when each Validation Level is achieved.")] public bool VerboseProgress {get; set;}
[C++]
[CategoryAttribute("Behavior")] [DefaultValueAttribute()] [DescriptionAttribute("Gets or sets a value indicating whether the Progress event should fire when each Validation Level is achieved.")] public: __property bool get_VerboseProgress(); public: __property void set_VerboseProgress(    bool value );
[C++/CLI]
[CategoryAttribute("Behavior")] [DefaultValueAttribute()] [DescriptionAttribute("Gets or sets a value indicating whether the Progress event should fire when each Validation Level is achieved.")] public: property bool VerboseProgress {    bool get();    void set (bool value); }

Return Type

Defaults to false, indicating the Progress event should only fire when validation of an email address has completed.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

Validator Class  | Validator Members


Send comments on this topic.

Documentation version 1.0.3.0.

© 2008 Dart Communications.  All rights reserved.