Click or drag to resize

MagicTypeResolveProperty Method

Finds the property.

Namespace:  com.espertech.esper.compat.magic
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public SimpleMagicPropertyInfo ResolveProperty(
	string propertyName,
	PropertyResolutionStyle resolutionStyle
)

Parameters

propertyName
Type: SystemString
Name of the property.
resolutionStyle
Type: com.espertech.esper.compatPropertyResolutionStyle
if set to true [is case sensitive].

Return Value

Type: SimpleMagicPropertyInfo

[Missing <returns> documentation for "M:com.espertech.esper.compat.magic.MagicType.ResolveProperty(System.String,com.espertech.esper.compat.PropertyResolutionStyle)"]

See Also