ComponentPropertySet Method |
Sets 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 bool PropertySet(
string name,
Object value,
Object[] indexers = null
)
Parameters
- name String
- value Object
- indexers Object (Optional)
Return Value
Boolean
See Also