CoverageDSPriv.MethodRow.MethodName Property

Gets or sets the name of the corresponding method. 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 MethodName As String
    Get
    Set
public string MethodName { get; set; }
public:
property String^ MethodName {
    String^ get ();
    void set (String^ value);
}
member MethodName : string with get, set
function get MethodName () : String
function set MethodName (value : String)

Property Value

Type: System.String
The name of the corresponding method.

.NET Framework Security

See Also

Reference

CoverageDSPriv.MethodRow Class

Microsoft.VisualStudio.Coverage.Analysis Namespace