ConfigStoreEntry.Version Property

 

The version of the entry. 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 long Version { get; }
public:
property long long Version {
    long long get();
}
member Version : int64 with get
Public ReadOnly Property Version As Long

Property Value

Type: System.Int64

A Int64 value that is greater than 0.

See Also

ConfigStoreEntry Class
Microsoft.ApplicationServer.Caching Namespace

Return to top