อ่านในภาษาอังกฤษ แก้ไข

แชร์ผ่าน


DataSet.Site Property

Definition

Gets or sets an ISite for the DataSet.

C#
[System.ComponentModel.Browsable(false)]
public override System.ComponentModel.ISite? Site { get; set; }
C#
[System.ComponentModel.Browsable(false)]
public override System.ComponentModel.ISite Site { get; set; }

Property Value

An ISite for the DataSet.

Attributes

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.

Applies to

See also