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

適用於