Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a value that indicates whether the data type can be edited.
Namespace: Microsoft.Web.Management.DatabaseManager
Assembly: Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)
Syntax
'Declaration
Public Property Editable As Boolean
'Usage
Dim instance As TypeInfo
Dim value As Boolean
value = instance.Editable
instance.Editable = value
public bool Editable { get; set; }
public:
property bool Editable {
bool get ();
void set (bool value);
}
function get Editable () : boolean
function set Editable (value : boolean)
Property Value
Type: System.Boolean
true if the data type can be edited; otherwise, false.
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.