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