http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2
http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2 / GetTranslationsResponse Complex Type / State Element
In This Topic
    State Element
    In This Topic
    Description
    User state to help correlate request and response. Contains the same value as given in the TranslateOptions parameter.
    Namespace http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2
    Type
    xs:string
    Diagram
    State Element
    Overview
    State optional xs:string
    User state to help correlate request and response. Contains the same value as given in the TranslateOptions parameter.
    Source
    <xs:element minOccurs="0" name="State" nillable="true" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo>
          <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    See Also