EmailAddressValidatorSite Property |
Gets or sets the object to be used as a site for the component.
Namespace: MailBee.AddressCheckAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic virtual ISite Site { get; set; }
Public Overridable Property Site As ISite
Get
Set
Property Value
Type:
ISiteA reference to the object to be used as a site for the component.
The default value is a null reference (
Nothing in Visual Basic).
Implements
IComponentSite
RemarksThe developer does not need to set this property. It's used by RAD
tools such as form designers.
See Also