ObjectUtilsSetPropertyValue Method

Quartz.NET 3.0 API Documentation

[Missing <summary> documentation for "M:Quartz.Util.ObjectUtils.SetPropertyValue(System.Object,System.String,System.Object)"]

Namespace:  Quartz.Util
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public static void SetPropertyValue(
	Object target,
	string propertyName,
	Object value
)

Parameters

target
Type: SystemObject

[Missing <param name="target"/> documentation for "M:Quartz.Util.ObjectUtils.SetPropertyValue(System.Object,System.String,System.Object)"]

propertyName
Type: SystemString

[Missing <param name="propertyName"/> documentation for "M:Quartz.Util.ObjectUtils.SetPropertyValue(System.Object,System.String,System.Object)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Quartz.Util.ObjectUtils.SetPropertyValue(System.Object,System.String,System.Object)"]

See Also

Reference