ObservableObjectBaseCanGetProperty Method
Gets whether the specified property can be retrieved.
The base implementation allows to get the actual instance properties in this instance.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
protected virtual bool CanGetProperty(
string propertyName
)
Protected Overridable Function CanGetProperty (
propertyName As String
) As Boolean
protected:
virtual bool CanGetProperty(
String^ propertyName
)
abstract CanGetProperty :
propertyName : string -> bool
override CanGetProperty :
propertyName : string -> bool
- propertyName String
- Name of the property to get.
Boolean, if the specified property can be retrieved; otherwise,
.