ConferenceSession.Subject Property
Gets the conference subject.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Subject As String
Get
'Usage
Dim instance As ConferenceSession
Dim value As String
value = instance.Subject
public string Subject { get; }
Property Value
Type: System.String