Share via


DataClassStruct.Version property

Gets or sets the version of the data class structure..

Namespace:  Microsoft.SharePoint.BusinessData.SharedService
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Version As Version
    Get
    Set
'Usage
Dim instance As DataClassStruct
Dim value As Version

value = instance.Version

instance.Version = value
public Version Version { get; set; }

Property value

Type: System.Version
The version.

See also

Reference

DataClassStruct class

DataClassStruct members

Microsoft.SharePoint.BusinessData.SharedService namespace