IdentityChartCache.GetChartCacheData Method
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetChartCacheData ( _
entryName As String _
) As String
public string GetChartCacheData(
string entryName
)
public:
String^ GetChartCacheData(
String^ entryName
)
member GetChartCacheData :
entryName:string -> string
public function GetChartCacheData(
entryName : String
) : String
Parameters
- entryName
Type: System.String
Return Value
Type: System.String
.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.