Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.