CommentTrackingCriteria.OrigFilePath 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.
Original filepath the thread was created on before tracking. This will be different than the current thread filepath if the file in question was renamed in a later iteration.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public string OrigFilePath { get; set; }
member this.OrigFilePath : string with get, set
Public Property OrigFilePath As String
Property Value
- Attributes