UserActivity.ContentInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the content information object for this user activity.
public:
property IUserActivityContentInfo ^ ContentInfo { IUserActivityContentInfo ^ get(); void set(IUserActivityContentInfo ^ value); };
IUserActivityContentInfo ContentInfo();
void ContentInfo(IUserActivityContentInfo value);
public IUserActivityContentInfo ContentInfo { get; set; }
var iUserActivityContentInfo = userActivity.contentInfo;
userActivity.contentInfo = iUserActivityContentInfo;
Public Property ContentInfo As IUserActivityContentInfo
Property Value
A content information object that implements IUserActivityContentInfo.
Remarks
The content information inside the UserActivityContentInfo object is stored in the JSON format.