Versions Constructor (String )
NOTE: This API is now obsolete.
Initializes a new instance of the Versions class based on the specified version.
Namespace: Microsoft.SharePoint.Dsp
Assembly: Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Sub New ( _
version As String() _
)
'Usage
Dim version As String()
Dim instance As New Versions(version)
[ObsoleteAttribute("Use the Lists web service instead.")]
public Versions(
string[] version
)
Parameters
version
Type: []A string array that specifies the version of the data retrieval service.