Click or drag to resize

ObjectExPropertySet Method

Sets the value of the object property by name.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static bool PropertySet(
	this Object obj,
	string name,
	Object value,
	Object[] indexers = null
)

Parameters

obj  Object
name  String
value  Object
indexers  Object  (Optional)

Return Value

Boolean

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also