Click or drag to resize

StiSerializingSetProperty Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Serializing.StiSerializing.SetProperty(System.Reflection.PropertyInfo,System.Object,System.Object)"]

Namespace:  Stimulsoft.Base.Serializing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public void SetProperty(
	PropertyInfo p,
	Object obj,
	Object value
)

Parameters

p
Type: System.ReflectionPropertyInfo

[Missing <param name="p"/> documentation for "M:Stimulsoft.Base.Serializing.StiSerializing.SetProperty(System.Reflection.PropertyInfo,System.Object,System.Object)"]

obj
Type: SystemObject

[Missing <param name="obj"/> documentation for "M:Stimulsoft.Base.Serializing.StiSerializing.SetProperty(System.Reflection.PropertyInfo,System.Object,System.Object)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Stimulsoft.Base.Serializing.StiSerializing.SetProperty(System.Reflection.PropertyInfo,System.Object,System.Object)"]

See Also