AdaptiveNotificationText.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.
Specifies the type of content the notification contains. This property always returns AdaptiveNotificationContentKind.Text.
public:
property AdaptiveNotificationContentKind Kind { AdaptiveNotificationContentKind get(); };
AdaptiveNotificationContentKind Kind();
public AdaptiveNotificationContentKind Kind { get; }
var adaptiveNotificationContentKind = adaptiveNotificationText.kind;
Public ReadOnly Property Kind As AdaptiveNotificationContentKind
Property Value
A value that specifies the type of content the notification contains. This property always returns AdaptiveNotificationContentKind.Text.