DataPackagePropertySetView.ContentSourceUserActivityJson Property

Definition

Gets the UserActivity in serialized JSON format to be shared with another app.

public:
 property Platform::String ^ ContentSourceUserActivityJson { Platform::String ^ get(); };
winrt::hstring ContentSourceUserActivityJson();
public string ContentSourceUserActivityJson { get; }
var string = dataPackagePropertySetView.contentSourceUserActivityJson;
Public ReadOnly Property ContentSourceUserActivityJson As String

Property Value

String

Platform::String

winrt::hstring

The UserActivity in serialized JSON format to be shared with another app.

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)

Applies to

See also