/// <summary>
 /// Adds attributes to the given client_options to filter browse results.
 /// </summary>
 /// <param name="client_options">
 /// The client options to modify.
 /// </param>
 /// <param name="...">
 /// VALUE, VALUE, [VALUE], NULL
 /// </param>
 /// <remarks>
 /// The values passed are expected to be strings.
 /// </remarks>
 public virtual void instproxy_client_options_set_return_attributes(PlistHandle clientOptions)
 {
     InstallationProxyNativeMethods.instproxy_client_options_set_return_attributes(clientOptions);
 }