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