Ribbon.DataVersion property

Gets or sets the version of the server data.

Namespace:  Microsoft.Web.CommandUI
Assembly:  Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)

Syntax

'Declaration
Public Property DataVersion As String
    Get
    Set
'Usage
Dim instance As Ribbon
Dim value As String

value = instance.DataVersion

instance.DataVersion = value
public string DataVersion { get; set; }

Property value

Type: System.String
A string that contains the version.

Remarks

By default, this is appended to the DataUrl property and used to invalidate the client-side cache.

See also

Reference

Ribbon class

Ribbon members

Microsoft.Web.CommandUI namespace