ChatMessageTransport.IsAppSetAsNotificationProvider 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 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.