Share via


DatabaseFunction.UndecoratedName Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the undecorated name for this function. 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.Database
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

'Declaration
Public ReadOnly Property UndecoratedName As String
public string UndecoratedName { get; }
public:
property String^ UndecoratedName {
    String^ get ();
}
member UndecoratedName : string with get
function get UndecoratedName () : String

Property Value

Type: String
The undecorated name for this function.

.NET Framework Security

See Also

Reference

DatabaseFunction Class

Microsoft.VisualStudio.Coverage.Analysis.Database Namespace