IPersistableObjectCanSetProperty Method
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
bool CanSetProperty(
string propertyName,
Object? value
)
Function CanSetProperty (
propertyName As String,
value As Object
) As Boolean
bool CanSetProperty(
String^ propertyName,
Object^ value
)
abstract CanSetProperty :
propertyName : string *
value : Object -> bool
- propertyName String
- Name of the property.
- value Object
- The property value to set.
Boolean, if the specified property can be set; otherwise,
.