DataBusDataSource.IsPropertyReadOnly(String) Method

Definition

Indicates that a property is read-only.

protected:
 bool IsPropertyReadOnly(System::String ^ propertyName);
protected bool IsPropertyReadOnly (string propertyName);
member this.IsPropertyReadOnly : string -> bool
Protected Function IsPropertyReadOnly (propertyName As String) As Boolean

Parameters

propertyName
String

The name of the property that is read-only.

Returns

true if the property is read-only; otherwise, false.

Applies to