Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The URI of the endpoint that accepted the invitation.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property AcceptedBy As String
Get
'Usage
Dim instance As ConferenceInvitationStateChangedEventArgs
Dim value As String
value = instance.AcceptedBy
public string AcceptedBy { get; }
Property Value
Type: System.String
See Also
Reference
ConferenceInvitationStateChangedEventArgs Class