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