EditableAspMenuState.Version property
This is an arbitrary text string that the server uses to detect external changes (referred to in SharePoint as "save conflicts"). For example, it could be a change timestamp for the database, or a monotonically increasing version number, etc. Example: "2009-06-15T20:45:30Z"
Namespace: Microsoft.SharePoint.Navigation
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Version As String
Get
Set
'Usage
Dim instance As EditableAspMenuState
Dim value As String
value = instance.Version
instance.Version = value
public string Version { get; set; }
Property value
Type: System.String
Remarks
(to client, from client)