ConferenceScheduleInformation.Subject Property

Gets or sets the subject of the conference.

Namespace:  Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Property Subject As String
    Get
    Set
'Usage
Dim instance As ConferenceScheduleInformation
Dim value As String

value = instance.Subject

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

Property Value

Type: System.String

Exceptions

Exception Condition
ArgumentException

Thrown if the subject is set to a string with characters considered invalid for XML.

See Also

Reference

ConferenceScheduleInformation Class

ConferenceScheduleInformation Members

Microsoft.Rtc.Collaboration.ConferenceManagement Namespace