ComponentPropertyGetT(String, Object, Boolean) Method |
Gets the value of a property by name.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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