.. _doxcsid-class_p1_1_1_camera_sdk_1_1_camera_1a4d643318790a69fc9374d33cd9cbf2e0: Camera.SetProperty Method +++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1Sdk`` Set a given property's value .. ref-code-block:: csharp :class: doxyrest-overview-code-block public void SetProperty(UInt32 propertyId, :ref:`PropertyValue` value); .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - propertyId - The Id for the property to set * - value - The new value of the property * - :ref:`SdkException ` - :ref:`SdkException ` with the error-code if something goes wrong. .. rubric:: See also: :ref:`PropertyValue `