Note.Message Property
Gets the message in the note.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Message As String
Get
'Usage
Dim instance As Note
Dim value As String
value = instance.Message
public string Message { get; }
Property Value
Type: System.String