Share via


IntelliTraceModule.FileName Property

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

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IntelliTraceModule Class

Microsoft.VisualStudio.IntelliTrace Namespace