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