Share via


DatabaseModule.Name Property

 

Gets the name of this 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.Database
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

public string Name { get; }
public:
property String^ Name {
    virtual String^ get() sealed;
}
abstract Name : string with get
override Name : string with get
Public ReadOnly Property Name As String

Property Value

Type: System.String

The name of this module.

Implements

ICoverageModule.Name

See Also

DatabaseModule Class
Microsoft.VisualStudio.Coverage.Analysis.Database Namespace

Return to top