Share via


ICoverageModule.Signature Property

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

Syntax

'Declaration
ReadOnly Property Signature As Guid
Guid Signature { get; }
property Guid Signature {
    Guid get ();
}
abstract Signature : Guid with get
function get Signature () : Guid

Property Value

Type: Guid
The GUID that serves as the signature for the module.

.NET Framework Security

See Also

Reference

ICoverageModule Interface

Microsoft.VisualStudio.Coverage.Analysis Namespace