PlaceInfoCreateOptions.DisplayName Property

Definition

Gets the display name associated with the PlaceInfoCreateOptions.

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

void DisplayName(winrt::hstring value);
public string DisplayName { get; set; }
var string = placeInfoCreateOptions.displayName;
placeInfoCreateOptions.displayName = string;
Public Property DisplayName As String

Property Value

String

Platform::String

winrt::hstring

The display name associated with the PlaceInfoCreateOptions.

Applies to