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