public Guid? DepartmentID { get; set; }Public Property DepartmentID As Guid?
Get
Setpublic:
property Nullable<Guid> DepartmentID {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}member DepartmentID : Nullable<Guid> with get, set