DataCacheItemKey.ToString Method ()
Returns a string representation of the DataCacheItemKey.
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
DataCacheItemKey Class
Microsoft.ApplicationServer.Caching Namespace
Return to top