[PrimaryKeyAttribute(true)]
public int ID { get; set; }<PrimaryKeyAttribute(true)>
Public Property ID As Integer
Get
Setpublic:
[PrimaryKeyAttribute(true)]
property int ID {
int get ();
void set (int value);
}function get_ID();
function set_ID(value);