Share via


ChatMessage.IsForwardingDisabled Property

Definition

Gets a Boolean value indicating if forwarding is disabled.

public:
 property bool IsForwardingDisabled { bool get(); void set(bool value); };
bool IsForwardingDisabled();

void IsForwardingDisabled(bool value);
public bool IsForwardingDisabled { get; set; }
var boolean = chatMessage.isForwardingDisabled;
chatMessage.isForwardingDisabled = boolean;
Public Property IsForwardingDisabled As Boolean

Property Value

Boolean

bool

A Boolean value indicating if forwarding is disabled.

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to