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