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
)
Protected Shared Function GetPropertyValue (
pObject As Object,
pPropertyName As String
) As Object
Parameters
- pObject
- Type: SystemObject
object with properties - pPropertyName
- Type: SystemString
a public property name form object (properties)
Return Value
Type:
Objecta property value object
See Also