DataBusDataSource.IsPropertyReadOnly(String) 方法

定义

指示属性为只读。

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

参数

propertyName
String

只读属性的名称。

返回

如果该属性只读,则为 true;否则为 false

适用于