Skip to content

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

public ITrackingConfiguration Properties<T>(Expression<Func<T, object>> projection)

Summary: Set up tracking for one or more properties. The expression should be an anonymous type projection (e.g. x => new).

Type parameters

NameDescription
TType of target object.

Parameters

NameTypeDescription
projectionExpression>A projection of properties to track. Allows providing nested object properties.

Returns: ITrackingConfiguration -- ITrackingConfiguration.