CollectionCoreTSite Property |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
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
IComponentSiteSee Also