Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the message type of the body.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property MessageType As MessageType
Get
'Usage
Dim instance As MessageReceivedEventArgs
Dim value As MessageType
value = instance.MessageType
public MessageType MessageType { get; }
Property Value
Type: Microsoft.Rtc.Signaling.MessageType
See Also
Reference
MessageReceivedEventArgs Class