Share via


TraceModule.FileName Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the file name, including path, for the module.

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

Syntax

'Declaration
Public ReadOnly Property FileName As String
    Get
'Usage
Dim instance As TraceModule
Dim value As String

value = instance.FileName
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

TraceModule Class

TraceModule Members

Microsoft.VisualStudio.TraceLog Namespace