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
'Declaration
Public Property ModuleName As String
Get
Set
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: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.