DataCacheOperationDescriptor.ToString Method ()

 

Returns the string representation of the DataCacheOperationDescriptor 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

A string representing the current value of the DataCacheOperationDescriptor object.

See Also

DataCacheOperationDescriptor Class
Microsoft.ApplicationServer.Caching Namespace

Return to top