DatabaseModule.Name Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

'Declaration
Public ReadOnly Property Name As String
    Get
public string Name { get; }
public:
virtual property String^ Name {
    String^ get () sealed;
}
abstract Name : string
override Name : string
final function get Name () : String

Property Value

Type: System.String
The name of this module.

Implements

ICoverageModule.Name

.NET Framework Security

See Also

Reference

DatabaseModule Class

Microsoft.VisualStudio.Coverage.Analysis.Database Namespace