DataCacheItem.ToString Method ()
This API supports the product infrastructure and is not intended to be used directly from your code.
Creates a string representation of the DataCacheItem object.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Syntax
public override string ToString()
public:
virtual String^ ToString() override
override ToString : unit -> string
Public Overrides Function ToString As String
Return Value
Type: System.String
Returns String.
See Also
DataCacheItem Class
Microsoft.ApplicationServer.Caching Namespace
Return to top