SocialFeedContent.Message Property

Definition

Gets or sets the social media message.

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

void Message(winrt::hstring value);
/// [get: Windows.Foundation.Metadata.Deprecated("ISocialFeedContent is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("ISocialFeedContent is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
winrt::hstring Message();

void Message(winrt::hstring value);
public string Message { get; set; }
public string Message { [Windows.Foundation.Metadata.Deprecated("ISocialFeedContent is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")] get; [Windows.Foundation.Metadata.Deprecated("ISocialFeedContent is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")] set; }
var string = socialFeedContent.message;
socialFeedContent.message = string;
Public Property Message As String

Property Value

String

Platform::String

winrt::hstring

The social media message.

Attributes

Applies to