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