Share via


IModuleCoverage.Functions Property

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

Syntax

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

Property Value

Type: array<Microsoft.TeamFoundation.TestManagement.Client.IFunctionCoverage[]
Returns IFunctionCoverage.

.NET Framework Security

See Also

Reference

IModuleCoverage Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace