Click or drag to resize

DataCacheGetProperty Method (Int32, Boolean)

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public BaseProperty GetProperty(
	int id,
	bool throwIfNotFound = false
)

Parameters

id
Type: SystemInt32
throwIfNotFound (Optional)
Type: SystemBoolean

Return Value

Type: BaseProperty
See Also