CoverageDSPriv.NamespaceTableRow.ModuleName Property

Gets or sets the name of the module that contains the corresponding namespace. 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
Public Property ModuleName As String
public string ModuleName { get; set; }
public:
property String^ ModuleName {
    String^ get ();
    void set (String^ value);
}
member ModuleName : string with get, set
function get ModuleName () : String 
function set ModuleName (value : String)

Property Value

Type: String
The name of the module that contains the corresponding namespace.

.NET Framework Security

See Also

Reference

CoverageDSPriv.NamespaceTableRow Class

Microsoft.VisualStudio.Coverage.Analysis Namespace