ChatMessageTransport.IsActive Property

Definition

Gets a Boolean value that indicates whether the messaging transport is active.

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

Property Value

Boolean

bool

A value indicating if the transport is active.

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to