SocialFeedUpdater.Kind 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 the type of the social media feed.
public:
property SocialFeedKind Kind { SocialFeedKind get(); };
SocialFeedKind Kind();
/// [get: Windows.Foundation.Metadata.Deprecated("ISocialFeedUpdater is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.SocialInfo.SocialInfoContract")]
SocialFeedKind Kind();
public SocialFeedKind Kind { get; }
public SocialFeedKind Kind { [Windows.Foundation.Metadata.Deprecated("ISocialFeedUpdater 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; }
var socialFeedKind = socialFeedUpdater.kind;
Public ReadOnly Property Kind As SocialFeedKind
Property Value
The type of the social media feed.
- Attributes