Click or drag to resize

XMLDataItemClassGetPropertyValue Method

Gives a property value from any properties

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

Parameters

pObject
Type: SystemObject
object with properties
pPropertyName
Type: SystemString
a public property name form object (properties)

Return Value

Type: Object
a property value object
See Also