ImageProperties.CameraManufacturer 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 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
The manufacturer of the camera that took the photo.