Click or drag to resize

ComponentPropertyGet(String, Object, Boolean) Method

Gets the value of a property by name.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Object PropertyGet(
	string name,
	Object[] indexers = null,
	bool unreferenceValue = true
)

Parameters

name  String
indexers  Object  (Optional)
unreferenceValue  Boolean  (Optional)

Return Value

Object
See Also