Click or drag to resize

XMLDataItemClassSetPropertyValue Method

Set property value from object

Namespace:  SIC.File
Assembly:  SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
protected static void SetPropertyValue(
	Object pObject,
	string pPropertyName,
	Object pValue
)

Parameters

pObject
Type: SystemObject

[Missing <param name="pObject"/> documentation for "M:SIC.File.XML`1.SetPropertyValue(System.Object,System.String,System.Object)"]

pPropertyName
Type: SystemString

[Missing <param name="pPropertyName"/> documentation for "M:SIC.File.XML`1.SetPropertyValue(System.Object,System.String,System.Object)"]

pValue
Type: SystemObject

[Missing <param name="pValue"/> documentation for "M:SIC.File.XML`1.SetPropertyValue(System.Object,System.String,System.Object)"]

See Also