DataCacheSerializationProperties.CacheObjectSerializerType Property

 

The type of serialization to use for cached objects.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

public DataCacheObjectSerializerType CacheObjectSerializerType { get; private set; }
public:
property DataCacheObjectSerializerType CacheObjectSerializerType {
    DataCacheObjectSerializerType get();
    private: void set(DataCacheObjectSerializerType value);
}
member CacheObjectSerializerType : DataCacheObjectSerializerType with get, private set
Public Property CacheObjectSerializerType As DataCacheObjectSerializerType
    Get
    Private Set
End Property

Property Value

Type: Microsoft.ApplicationServer.Caching.DataCacheObjectSerializerType

Returns DataCacheObjectSerializerType.

See Also

DataCacheSerializationProperties Class
Microsoft.ApplicationServer.Caching Namespace

Return to top