FlatTrackingData.OldestFileName Property

Definition

The path for the oldest file we have seen

public:
 property System::String ^ OldestFileName { System::String ^ get(); void set(System::String ^ value); };
public string OldestFileName { get; set; }
public string OldestFileName { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.OldestFileName : string with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.OldestFileName : string with get, set
Public Property OldestFileName As String

Property Value

The path for the oldest file seen.

Attributes

Applies to