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

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

Property Value

Type: System.Guid

The GUID that serves as the signature for the module.

See Also

ICoverageModule Interface
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top