CoverageDSPriv.ModuleRow.ModuleName Property
Gets or sets 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
[DebuggerNonUserCodeAttribute]
public string ModuleName { get; set; }
public:
[DebuggerNonUserCodeAttribute]
property String^ ModuleName {
String^ get();
void set(String^ value);
}
[<DebuggerNonUserCodeAttribute>]
member ModuleName : string with get, set
<DebuggerNonUserCodeAttribute>
Public Property ModuleName As String
Property Value
Type: System.String
See Also
CoverageDSPriv.ModuleRow Class
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top