Share via


ICoverageModule.Name Property

 

Gets the name of the module. This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:   Microsoft.VisualStudio.Coverage.Analysis
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

string Name { get; }
property String^ Name {
    String^ get();
}
abstract Name : string with get
ReadOnly Property Name As String

Property Value

Type: System.String

The name of the module.

See Also

ICoverageModule Interface
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top