FlatTrackingData.MissingFiles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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; }
public System.Collections.Generic.List<string> MissingFiles { [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.MissingFiles : System.Collections.Generic.List<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.MissingFiles : System.Collections.Generic.List<string> with get, set
Public Property MissingFiles As List(Of String)
Property Value
The missing files that have been detected in the TLog.
- Attributes