IPersistableObjectTryGetPropertyValue Method
Tries to get the specified property from the inner storage.
Namespace: KGySoft.ComponentModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
bool TryGetPropertyValue(
string propertyName,
out Object?? value
)
Function TryGetPropertyValue (
propertyName As String,
<OutAttribute> ByRef value As Object
) As Boolean
bool TryGetPropertyValue(
String^ propertyName,
[OutAttribute] Object^% value
)
abstract TryGetPropertyValue :
propertyName : string *
value : Object byref -> bool
- propertyName String
- The name of the property to get.
- value Object
- Returns the value of the property if it could be found in the inner storage. This parameter is passed uninitialized.
Boolean if the property exists in the inner storage; otherwise,
.