3.1.4.1.3.3 ReconnectContents
The ReconnectContents type has a version string element and either zero or one type of ArrayOfReconnectContent type. The ArrayOfReconnectContent type is specified in section 3.1.4.1.3.1.
Namespace: http://schemas.microsoft.com/ts/2010/09/rdweb
-
<xsd:complexType name="ReconnectContents"> <xsd:sequence> <xsd:element minOccurs="0" maxOccurs="1" name="version" nillable="true" type="xsd:string"/> <xsd:element minOccurs="0" maxOccurs="1" name="wkspRC" nillable="true" type="tns:ArrayOfReconnectContent"/> </xsd:sequence> </xsd:complexType>
version: A complex type that contains a string to represent versioning of the Remote Desktop Workspace Runtime protocol. Define a value in this operation when it is implemented.
wkspRC: An element of type ArrayOfReconnectContent.