Share via


DatabaseModule.Signature Property

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

Gets the GUID signature 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.Database
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

'Declaration
Public ReadOnly Property Signature As Guid
    Get
public Guid Signature { get; }
public:
virtual property Guid Signature {
    Guid get () sealed;
}
abstract Signature : Guid
override Signature : Guid
final function get Signature () : Guid

Property Value

Type: System.Guid
The GUID signature of the module. If nulla null reference (Nothing in Visual Basic), the module has not been signed.

Implements

ICoverageModule.Signature

.NET Framework Security

See Also

Reference

DatabaseModule Class

Microsoft.VisualStudio.Coverage.Analysis.Database Namespace