int ID { get; set; }
Property ID As Integer
Get
Set
property int ID {
int get ();
void set (int value);
}
abstract ID : int with get, set
[Tessa.Platform.ObjectSealedException] | Произведена попытка изменения объекта, защищённого от изменений. |