.. _doxcsid-class_p1_1_1_camera_sdk_1_1_camera_1a2120c91c38f4cfdefa053cccdd171904: Camera.GetPropertySpec Method +++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1Sdk`` Return a specification object for a given property. .. ref-code-block:: csharp :class: doxyrest-overview-code-block public :ref:`PropertySpec` GetPropertySpec(UInt32 propertyId); .. 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 specification of the provided PropertyId .. rubric:: See also: :ref:`PropertySpec `