TypeInfo.Editable Property

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

See Also

Reference

TypeInfo Class

Microsoft.Web.Management.DatabaseManager Namespace