Gets or sets the object to be used as a site for the component.
            
 
Namespace: MailBee.AntiSpamAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
 Syntax
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 Remarks
RemarksThe developer does not need to set this property. It's used by RAD
            tools such as form designers.
 See Also
See Also