ImageProperties.CameraModel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the model of the camera that took the photo.
public:
property Platform::String ^ CameraModel { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CameraModel();
void CameraModel(winrt::hstring value);
public string CameraModel { get; set; }
var string = imageProperties.cameraModel;
imageProperties.cameraModel = string;
Public Property CameraModel As String
Property Value
The model of the camera that took the photo.