public Guid? ID { get; set; }Public Property ID As Guid?
Get
Setpublic:
virtual property Nullable<Guid> ID {
Nullable<Guid> get () sealed;
void set (Nullable<Guid> value) sealed;
}abstract ID : Nullable<Guid> with get, set
override ID : Nullable<Guid> with get, set