3.1.5.3.2.1 GetUserSettingCompleted
This element specifies input values for the GetUserSettingCompleted operation.
-
<xs:element name="GetUserSettingCompleted"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="exception" nillable="true" type="ClientFileBackupException" /> <xs:element minOccurs="0" name="configSet" type="ConfigurationSet" /> </xs:sequence> </xs:complexType> </xs:element>
exception: A ClientFileBackupException (section 2.2.4.1.1) complex type that contains the exception thrown when getting user setting, if there is any; otherwise, the value is null.
configset: A ConfigurationSet (section 2.2.4.1.2) complex type that contains the user configuration setting returned.