Note Constructor (String)
Create an instance of of the Note class.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
personalNoteMessage As String _
)
'Usage
Dim personalNoteMessage As String
Dim instance As New Note(personalNoteMessage)
public Note(
string personalNoteMessage
)
Parameters
- personalNoteMessage
Type: System.String
Message in the personal note.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when personalNoteMessage is null. |