AdaptiveNotificationText.Kind Property

Definition

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.

Implements

Applies to