Share via


MyStatusArea.PersonalNote property

Gets a string that shows the content of the note box for the signed-in user.

Namespace:  Microsoft.Lync.Controls
Assembly:  Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)

Syntax

'Declaration
Public Property PersonalNote As String
    Get
    Private Set
'Usage
Dim instance As MyStatusArea
Dim value As String

value = instance.PersonalNote
public string PersonalNote { get; private set; }

Property value

Type: System.String

Remarks

This will be the OOF note if the user is OOF and no personal note is set.

See also

Reference

MyStatusArea class

MyStatusArea members

Microsoft.Lync.Controls namespace