Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Property IncludeCountMeasure As Boolean
public bool IncludeCountMeasure { get; set; }
public:
property bool IncludeCountMeasure {
bool get ();
void set (bool value);
}
member IncludeCountMeasure : bool with get, set
function get IncludeCountMeasure () : boolean
function set IncludeCountMeasure (value : boolean)
Property Value
Type: System.Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.