set_backend_property_sync


Description:

[ Version ( deprecated = true , deprecated_since = "3.8" , since = "3.2" ) ]
public virtual bool set_backend_property_sync (string prop_name, string prop_value, Cancellable? cancellable = null) throws Error

Warning: set_backend_property_sync is deprecated since 3.8.

Sets this's backend property of name prop_name to value prop_value.

Note:

Clients cannot set backend properties.

Any attempt will fail with an NOT_SUPPORTED error.

Parameters:

this

an Client

prop_name

property name, whose value to change; cannot be null

prop_value

property value, to set; cannot be null

cancellable

a Cancellable; can be null

Returns:

true if successful, false otherwise.