.. _doxcsid-class_p1_1_1_camera_sdk_1_1_camera_1ab824cf1387b12bb0a10d64d8b5c7b737: Camera.GetProperty Method +++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1Sdk`` Gets the current value of a given property .. ref-code-block:: csharp :class: doxyrest-overview-code-block public :ref:`PropertyValue` GetProperty(UInt32 propertyId); The returned :ref:`PropertyValue ` object is wrapper that encapsulate the property's type. Since properties each can have different types, that is only known at runtime - all property values are wrapped in the ``:ref:`PropertyValue ``` class. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - propertyId - The Id of the property to get * - :ref:`SdkException ` - :ref:`SdkException ` with the error-code if something goes wrong. .. rubric:: Returns: The value object of the property