ImageProperties.CameraManufacturer Property

Definition

Gets or sets the manufacturer of the camera that took the photo.

public:
 property Platform::String ^ CameraManufacturer { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CameraManufacturer();

void CameraManufacturer(winrt::hstring value);
public string CameraManufacturer { get; set; }
var string = imageProperties.cameraManufacturer;
imageProperties.cameraManufacturer = string;
Public Property CameraManufacturer As String

Property Value

String

Platform::String

winrt::hstring

The manufacturer of the camera that took the photo.

Applies to