SystemPhotoProperties.CameraManufacturer Property

Definition

Gets the name of the System.Photo.CameraManufacturer property (one of the Windows photo file properties.

public:
 property Platform::String ^ CameraManufacturer { Platform::String ^ get(); };
winrt::hstring CameraManufacturer();
public string CameraManufacturer { get; }
var string = systemPhotoProperties.cameraManufacturer;
Public ReadOnly Property CameraManufacturer As String

Property Value

String

Platform::String

winrt::hstring

The name of the System.Photo.CameraManufacturer file property.

Applies to

See also