Fact.TryRemoveMeasure Method
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Декларация
Public Function TryRemoveMeasure ( _
measureName As String _
) As Boolean
public bool TryRemoveMeasure(
string measureName
)
public:
bool TryRemoveMeasure(
String^ measureName
)
member TryRemoveMeasure :
measureName:string -> bool
public function TryRemoveMeasure(
measureName : String
) : boolean
Parameters
- measureName
Type: System.String
Return Value
Type: System.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.