SocialDashboardItemUpdater.Thumbnail Property

Definition

Gets or sets the thumbnail image for the dashboard item.

public:
 property SocialItemThumbnail ^ Thumbnail { SocialItemThumbnail ^ get(); void set(SocialItemThumbnail ^ value); };
SocialItemThumbnail Thumbnail();

void Thumbnail(SocialItemThumbnail value);
/// [get: Windows.Foundation.Metadata.Deprecated("ISocialDashboardItemUpdater 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("ISocialDashboardItemUpdater is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
SocialItemThumbnail Thumbnail();

void Thumbnail(SocialItemThumbnail value);
public SocialItemThumbnail Thumbnail { get; set; }
public SocialItemThumbnail Thumbnail { [Windows.Foundation.Metadata.Deprecated("ISocialDashboardItemUpdater 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("ISocialDashboardItemUpdater 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 socialItemThumbnail = socialDashboardItemUpdater.thumbnail;
socialDashboardItemUpdater.thumbnail = socialItemThumbnail;
Public Property Thumbnail As SocialItemThumbnail

Property Value

The thumbnail image for the dashboard item.

Attributes

Applies to