ConversationContextualInfo.Subject property

Gets or sets a subject which is used to convey the context of this conversation.

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

Syntax

'Declaration
Public Property Subject As String
    Get
    Set
'Usage
Dim instance As ConversationContextualInfo
Dim value As String

value = instance.Subject

instance.Subject = value
public string Subject { get; set; }

Property value

Type: System.String

See also

Reference

ConversationContextualInfo class

ConversationContextualInfo members

Microsoft.Lync.Controls namespace