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