Share via


DatabaseModule.Signature Property

 

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

public Guid Signature { get; }
public:
property Guid Signature {
    virtual Guid get() sealed;
}
abstract Signature : Guid with get
override Signature : Guid with get
Public ReadOnly Property Signature As Guid

Property Value

Type: System.Guid

The GUID signature of the module. If null, the module has not been signed.

Implements

ICoverageModule.Signature

See Also

DatabaseModule Class
Microsoft.VisualStudio.Coverage.Analysis.Database Namespace

Return to top