BaseOperationNotification.Version Property

 

The version of the operation which caused the notification. Applies only to the server versions of AppFabric.

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

Syntax

public DataCacheItemVersion Version { get; }
public:
property DataCacheItemVersion^ Version {
    DataCacheItemVersion^ get();
}
member Version : DataCacheItemVersion with get
Public ReadOnly Property Version As DataCacheItemVersion

Property Value

Type: Microsoft.ApplicationServer.Caching.DataCacheItemVersion

Returns DataCacheItemVersion.

See Also

BaseOperationNotification Class
Microsoft.ApplicationServer.Caching Namespace

Return to top