[PublicAPIAttribute]
public bool AllowDrop { get; set; }
<PublicAPIAttribute>
Public Property AllowDrop As Boolean
Get
Set
public:
[PublicAPIAttribute]
property bool AllowDrop {
bool get ();
void set (bool value);
}
[<PublicAPIAttribute>]
member AllowDrop : bool with get, set