FlatTrackingData.MissingFiles Property

Definition

Missing files have been detected in the TLog

public:
 property System::Collections::Generic::List<System::String ^> ^ MissingFiles { System::Collections::Generic::List<System::String ^> ^ get(); void set(System::Collections::Generic::List<System::String ^> ^ value); };
public System.Collections.Generic.List<string> MissingFiles { get; set; }
member this.MissingFiles : System.Collections.Generic.List<string> with get, set
Public Property MissingFiles As List(Of String)

Property Value

List<String>

The missing files that have been detected in the TLog.

Applies to