Share via


Properties Complex Type

Applies to: SharePoint Workspace 2010 | Visual Studio 2008

The Properties type provides version information about SharePoint Workspace and Groove Web Services.

Syntax

<Properties>
  <Version />
  <WebServicesVersions>
    <!-- Array of -->  <Version />
  </WebServicesVersions>
  <!-- Array of --> <xs:any /> 
</Properties>

Complex Type Elements

Element

Data type

Description

Version

Version

The version number of the SharePoint Workspace or Groove application. For SharePoint Workspace 2010, the Major version number has the value of 14 and the Minor version number has the value of 1. For Groove 2007, the Major version number has the value 4 and the Minor version number has the value 2. Note the Groove application version number is different from the Microsoft Office 2007 version number, which has the value 12.

WebServicesVersions

Version

The Major and Minor version numbers of the Groove Web Service APIs that are available on the system. The WebServicesVersions element does not use the Custom or Sequence version number fields. There may be zero or more Version elements in the WebServicesVersions array.

any

xs:any

This is a placeholder to allow additional information to be provided by the Read operation without incrementing the version of this service. Note that the WSDL does not specify a name for this element. In SharePoint Workspace 2010, the output message parameter value does not contain this optional element.

See Also

Reference

GrooveProperties Web Service