FeedAnnouncement.SecondaryText Property

Definition

Gets or sets the required secondary text for the announcement.

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

void SecondaryText(winrt::hstring value);
public string SecondaryText { get; set; }
var string = feedAnnouncement.secondaryText;
feedAnnouncement.secondaryText = string;
Public Property SecondaryText As String

Property Value

String

Platform::String

winrt::hstring

The secondary text for the announcement.

Applies to