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

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

Property Value

Type: String
The name of the module.

.NET Framework Security

See Also

Reference

ICoverageModule Interface

Microsoft.VisualStudio.Coverage.Analysis Namespace