TrackingType Property

Definition

Assembly XamlToCSharpGenerator.Runtime.Core.dll

Gets the logical tracking type used to correlate runtime instances with metadata updates. Defaults to the runtime instance type when not specified.

public Type? TrackingType { get; init; }

Returns