IsReadOnly Property
Gets or sets {insert text here}.
Namespace: Microsoft.Data.Tools.Model.Simple
Assembly: Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)
Syntax
'Declaration
Public Property IsReadOnly As Boolean
Get
Set
'Usage
Dim instance As ReferenceProperty
Dim value As Boolean
value = instance.IsReadOnly
instance.IsReadOnly = value
public bool IsReadOnly { get; set; }
public:
virtual property bool IsReadOnly {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsReadOnly : bool with get, set
override IsReadOnly : bool with get, set
final function get IsReadOnly () : boolean
final function set IsReadOnly (value : boolean)
Property Value
Type: System..::..Boolean
Implements
IModelProperty..::..IsReadOnly