Click or drag to resize
CollectionCoreTSite Property
Gets or sets the ISite associated with the IComponent.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public virtual ISite Site { get; set; }

Property Value

Type: ISite

Return Value

Type: ISite
The ISite object associated with the component; or null, if the component does not have a site.

Implements

IComponentSite
See Also