ComponentPropertyGet Method (String, Object, Boolean) |
Gets the value of a property by name.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public Object PropertyGet(
string name,
Object[] indexers = null,
bool unreferenceValue = true
)
Parameters
- name
- Type: SystemString
- indexers (Optional)
- Type: SystemObject
- unreferenceValue (Optional)
- Type: SystemBoolean
Return Value
Type:
ObjectSee Also