Click or drag to resize

PropertyGetProperty Method

Namespace:  Omada.OE.AppLogic.Serialization.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static Property GetProperty(
	string name,
	IEnumerable<Property> properties,
	bool throwIfNotFound = false
)

Parameters

name
Type: SystemString
properties
Type: System.Collections.GenericIEnumerableProperty
throwIfNotFound (Optional)
Type: SystemBoolean

Return Value

Type: Property
See Also