ConversationProperties.Subject Property
Gets or sets the subject of the conversation.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property Subject As String
Get
Set
'Usage
Dim instance As ConversationProperties
Dim value As String
value = instance.Subject
instance.Subject = value
public string Subject { get; set; }
Property Value
Type: System.String