IPersistableObjectCanGetProperty Method
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
bool CanGetProperty(
string propertyName
)
Function CanGetProperty (
propertyName As String
) As Boolean
bool CanGetProperty(
String^ propertyName
)
abstract CanGetProperty :
propertyName : string -> bool
- propertyName String
- Name of the property.
Boolean, if the specified property can be retrieved; otherwise,
.