3.1.4.13.3.1 GetDataConnectivityStatusParameters

Namespace: http://schemas.microsoft.com/office/Access/2010/11/Server/WebServices/ApplicationDesignService

This complex type specifies the input data for the GetDataConnectivityStatus protocol operation.

 <xs:complexType name="GetDataConnectivityStatusParameters" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:ServiceParameters">
       <xs:attribute name="ProtocolVersion" type="xs:string"/>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

ProtocolVersion:  An Access Services Protocol Version ([MS-ASDT] section 3.1.1.1). MUST be the same value that the protocol server returns from a call to GetApplicationInformation (section 3.1.4.4) in the ProtocolVersion element of the GetAppInfoResult (section 3.1.4.4.3.2). MUST be present.