IPersistableObjectTryGetPropertyValue Method

Tries to get the specified property from the inner storage.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
bool TryGetPropertyValue(
	string propertyName,
	out Object?? value
)

Parameters

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.

Return Value

Boolean
if the property exists in the inner storage; otherwise, .

See Also