This documentation is archived and is not being maintained.
DataSet.Site Property
.NET Framework 1.1
Gets or sets an System.ComponentModel.ISite for the DataSet.
[Visual Basic] Overrides Public Property Site As ISite Implements IComponent.Site [C#] public override ISite Site {get; set;} [C++] public: __property ISite* get_Site(); public: __property void set_Site(ISite*); [JScript] public override function get Site() : ISite; public override function set Site(ISite);
Property Value
Implements
Remarks
Sites bind a Component to a Container and enable communication between them, as well as provide a way for the container to manage its components.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
Show: