IntelliTraceFile.FileName Property

 

Gets the file name of the log file.

Namespace:   Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

public string FileName { get; }
public:
property String^ FileName {
    String^ get();
}
member FileName : string with get
Public ReadOnly Property FileName As String

Property Value

Type: System.String

See Also

IntelliTraceFile Class
Microsoft.VisualStudio.IntelliTrace Namespace

Return to top