PresenceState.MeetingSubject Property
Gets or sets the meeting subject.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property MeetingSubject As String
Get
Set
'Usage
Dim instance As PresenceState
Dim value As String
value = instance.MeetingSubject
instance.MeetingSubject = value
public string MeetingSubject { get; set; }
Property Value
Type: System.String
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when StateType is not AggregateState. |