Contains user authentication information for a Microsoft adCenter API call.
<xs:complexType name="UserCredentials"> <xs:sequence> <xs:element minOccurs="0" name="Password" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="Username" nillable="true" type="xs:string"/> </xs:sequence> </xs:complexType>
Password
Contains the password portion of the user credentials.
string
Username
Contains the user-name portion of the user credentials.
WSDL: CampaignManagement.svc in version 5.1.
WSDL: Reporting.svc in version 5.1.