ConferenceSessionProperties.Disclaimer Property
Gets any announcements that need to be displayed by client before joining the conference.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property Disclaimer As String
Get
Friend Set
'Usage
Dim instance As ConferenceSessionProperties
Dim value As String
value = instance.Disclaimer
public string Disclaimer { get; internal set; }
Property Value
Type: System.String
See Also
Reference
ConferenceSessionProperties Class