Click or drag to resize

DataObjectControllerGetPropertyValue Method (Int32, String, String)

TIP: Use GetSinglePropertyValue(int, string, T) instead! Returns a Text or Xml property value of a data object.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public string GetPropertyValue(
	int dataObjectId,
	string property,
	string defaultValue = null
)

Parameters

dataObjectId
Type: SystemInt32
property
Type: SystemString
System name of a Value Property w. data type Text or Xml.
defaultValue (Optional)
Type: SystemString

Return Value

Type: String
See Also