public System.bool AllowDrop {get; set;}
public read-write property AllowDrop: System.Boolean;
public function get,set AllowDrop : System.boolean
public: __property System.bool get_AllowDrop(); public: __property void set_AllowDrop( System.bool value );
'Declaration
Public Property AllowDrop As System.Boolean
'Usage
Dim instance As RowHeader Dim value As System.Boolean instance.AllowDrop = value value = instance.AllowDrop