Click or drag to resize

ComponentPropertyGetT(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 T PropertyGet<T>(
	string name,
	Object[] indexers = null,
	bool unreferenceValue = true
)

Parameters

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

Type Parameters

T

Return Value

T
See Also