Query.AllowEdit Property
Gets or sets a value that specifies whether editing the query is allowed.
Namespace: Microsoft.Web.Management.DatabaseManager
Assembly: Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)
Syntax
'Declaration
Public Property AllowEdit As Boolean
'Usage
Dim instance As Query
Dim value As Boolean
value = instance.AllowEdit
instance.AllowEdit = value
public bool AllowEdit { get; set; }
public:
property bool AllowEdit {
bool get ();
void set (bool value);
}
function get AllowEdit () : boolean
function set AllowEdit (value : boolean)
Property Value
Type: System.Boolean
true if editing the query is allowed; otherwise, false.
Remarks
The AllowEdit property specifies whether your provider should allow editing a query. For example, your provider might want to provider a read-only query object.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.