Share via


IntelliTraceFile.FileName Property

Gets the file name of the log file.

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

Syntax

‘선언
Public ReadOnly Property FileName As String
    Get
public string FileName { get; }
public:
property String^ FileName {
    String^ get ();
}
member FileName : string
function get FileName () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IntelliTraceFile Class

Microsoft.VisualStudio.IntelliTrace Namespace