Share via


IModuleCoverage.Functions Property

 

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

IFunctionCoverage[] Functions { get; }
property array<IFunctionCoverage^>^ Functions {
    array<IFunctionCoverage^>^ get();
}
abstract Functions : IFunctionCoverage[] with get
ReadOnly Property Functions As IFunctionCoverage()

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.IFunctionCoverage[]

Returns IFunctionCoverage.

See Also

IModuleCoverage Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top