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