public Guid? CardID { get; set; }
Public Property CardID As Guid?
Get
Set
public:
virtual property Nullable<Guid> CardID {
Nullable<Guid> get () sealed;
void set (Nullable<Guid> value) sealed;
}
abstract CardID : Nullable<Guid> with get, set
override CardID : Nullable<Guid> with get, set