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