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