Compartir a través de


ConversationSettings.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 ConversationSettings
Dim value As String

value = instance.Subject

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

Property Value

Type: System.String

Remarks

The conversation subject is used in the client user interface to indicate what the conversation is about before accepting a call. If the conversation is a follow up to an email message, it may be the same as the subject of the mail that prompted the conversation.

See Also

Reference

ConversationSettings Class

ConversationSettings Members

Microsoft.Rtc.Collaboration Namespace