Gets or sets a value that indicates whether to ignore Internet addresses.
Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738
Syntax
| C# |
|---|
public virtual bool IgnoreInternetAddresses { get; set; } |
| Visual Basic |
|---|
Public Overridable Property IgnoreInternetAddresses As Boolean
Get
Set |
| Visual C++ |
|---|
public:
virtual property bool IgnoreInternetAddresses {
bool get ();
void set (bool value);
} |
Field Value
true if Internet addresses are ignored; otherwise,
false. The default value is
true.
Remarks
See Also