Share via


DatabaseFunction.SymbolId Property

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

Gets the ID for the symbol 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 SymbolId As UInteger
public uint SymbolId { get; }
public:
property unsigned int SymbolId {
    unsigned int get ();
}
member SymbolId : uint32 with get
function get SymbolId () : uint

Property Value

Type: UInt32
The numeric ID for the symbol for this function.

.NET Framework Security

See Also

Reference

DatabaseFunction Class

Microsoft.VisualStudio.Coverage.Analysis.Database Namespace