The . . . . . . . . keyword indicates that an application can set the property’s value, but it cannot retrieve the value.

Receive
Write
WriteOnly
ReceiveOnly

The correct answer is C. WriteOnly.

The WriteOnly keyword indicates that an application can set the property’s value, but it cannot retrieve the value.

The Receive keyword indicates that an application can retrieve the property’s value, but it cannot set the value.

The Write keyword indicates that

448s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zm-317.5 213.5V175.2l142.7 81.2-142.7 81.2z"/> Subscribe on YouTube
an application can both set and retrieve the property’s value.

The ReceiveOnly keyword is not a valid keyword.

Exit mobile version