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