http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2
http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2 / TranslateOptions Complex Type / User Element
In This Topic
    User Element
    In This Topic
    Description
    A string used to track the originator of the submission.
    Namespace http://schemas.datacontract.org/2004/07/Microsoft.MT.Web.Service.V2
    Type
    xs:string
    Diagram
    User Element
    Overview
    User optional xs:string
    A string used to track the originator of the submission.
    Source
    <xs:element minOccurs="0" name="User" 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