Manager..::..SetPropertyValue Method

Sets the property value.

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public static void SetPropertyValue(
	Object MyObject,
	string PropertyName,
	Object PropertyValue,
	Object[] ArgsArray
)
Public Shared Sub SetPropertyValue ( _
	MyObject As Object, _
	PropertyName As String, _
	PropertyValue As Object, _
	ArgsArray As Object() _
)
public:
static void SetPropertyValue(
	Object^ MyObject, 
	String^ PropertyName, 
	Object^ PropertyValue, 
	array<Object^>^ ArgsArray
)

Parameters

MyObject
Type: Object
My object.
PropertyName
Type: String
Name of the property.
PropertyValue
Type: Object
The property value.
ArgsArray
Type: array<Object>[]()[][]
The arguments array.