ChatMessage.IsReplyDisabled 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 indicating if reply is disabled on the ChatMessage.
public:
property bool IsReplyDisabled { bool get(); };
bool IsReplyDisabled();
public bool IsReplyDisabled { get; }
var boolean = chatMessage.isReplyDisabled;
Public ReadOnly Property IsReplyDisabled As Boolean
Property Value
Boolean
bool
A Boolean value indicating if reply is disabled on the ChatMessage.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|