Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
GetPropertyValue Method (value, propertyName)
NamespacesGenesyslab.Desktop.Infrastructure.ObjectFormatFormattedObjectGetPropertyValue(Object, String)
Gets the property value.
Declaration Syntax
C#Visual BasicVisual C++
protected static string GetPropertyValue(
	Object value,
	string propertyName
)
Protected Shared Function GetPropertyValue ( _
	value As Object, _
	propertyName As String _
) As String
protected:
static String^ GetPropertyValue(
	Object^ value, 
	String^ propertyName
)
Parameters
value (Object)
The value.
propertyName (String)
The property name.
Return Value
The property value.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)