Share via


CoverageDSPriv.MethodRow.MethodFullName Property

 

Gets or sets the fully qualified 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

[DebuggerNonUserCodeAttribute]
public string MethodFullName { get; set; }
public:
[DebuggerNonUserCodeAttribute]
property String^ MethodFullName {
    String^ get();
    void set(String^ value);
}
[<DebuggerNonUserCodeAttribute>]
member MethodFullName : string with get, set
<DebuggerNonUserCodeAttribute>
Public Property MethodFullName As String

Property Value

Type: System.String

The fully qualified name of the corresponding method.

See Also

CoverageDSPriv.MethodRow Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top