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