SystemPhotoProperties.DateTaken Property

Definition

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

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

Property Value

String

Platform::String

winrt::hstring

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

Applies to

See also