CollectionCoreTSite Property  | 
  
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public virtual ISite Site { get; set; }<XmlIgnoreAttribute>
<BrowsableAttribute(false)>
Public Overridable Property Site As ISite
	Get
	Set
Property Value
Type: 
ISiteReturn Value
Type: 
ISiteThe 
ISite object associated with the component; or null, if the component does not have a site.
Implements
IComponentSite
See Also