BindableProperty.IsReadOnly Property
Gets whether this property is read-only.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property IsReadOnly As Boolean
public override bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
bool get () override;
}
public override function get IsReadOnly () : boolean
Return Value
true if the property is read-only; otherwise, false.
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace