ImageProperties.CameraModel Property

Definition

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

String

Platform::String

winrt::hstring

The model of the camera that took the photo.

Applies to