Subject Property

This can be used by a client to store an arbitrary XML blob for the conference.

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

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

Property Value

Type: System..::..String

Remarks

This data is only sent to the organizer.

See Also

Reference

Conference Class

Conference Members

Microsoft.Rtc.Collaboration Namespace