FlatTrackingData.SkipMissingFiles 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.
Should files in the TLog but no longer exist be skipped or recorded?
public:
property bool SkipMissingFiles { bool get(); void set(bool value); };
public bool SkipMissingFiles { get; set; }
public bool SkipMissingFiles { [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.SkipMissingFiles : bool 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.SkipMissingFiles : bool with get, set
Public Property SkipMissingFiles As Boolean
Property Value
true
to skip missing files; false
to record them.
- Attributes