SystemPhotoProperties.PeopleNames Property

Definition

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

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

Property Value

String

Platform::String

winrt::hstring

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

Applies to

See also