Share via


ChatMessageTransport.IsAppSetAsNotificationProvider Property

Definition

Gets a Boolean value that indicates whether the current application is set as the messaging notification provider.

public:
 property bool IsAppSetAsNotificationProvider { bool get(); };
bool IsAppSetAsNotificationProvider();
public bool IsAppSetAsNotificationProvider { get; }
var boolean = chatMessageTransport.isAppSetAsNotificationProvider;
Public ReadOnly Property IsAppSetAsNotificationProvider As Boolean

Property Value

Boolean

bool

A value indicating if the app is set as a notification provider.

Windows requirements

App capabilities
chat chatSystem smsSend

Remarks

True if the application is set as the notification provider for the transport, otherwise False.

Applies to