CollectionCoreTSite Property |
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax [BrowsableAttribute(false)]
[XmlIgnoreAttribute]
public virtual ISite Site { get; set; }
<BrowsableAttribute(false)>
<XmlIgnoreAttribute>
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