Click or drag to resize

PropertyValuesContainerGetSingleValue Method (String)

Returns a single value for a property. If the property has no value(s) then null is returned.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public Object GetSingleValue(
	string property
)

Parameters

property
Type: SystemString

Return Value

Type: Object
See Also