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