public Nullable<bool> IsThingReference { get; set; }
Public Property IsThingReference As Nullable(Of Boolean) Get Set
public: property Nullable<bool^> IsThingReference { Nullable<bool^> get (); void set (Nullable<bool^> value); }