ConferenceInvitationResponse.Status Property
NOTE: This API is now obsolete.
Gets the final status of the invitation.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This property will be removed from future versions. See ConferenceInvitation.EndDeliver for more information")> _
Public ReadOnly Property Status As ConferenceInvitationStatus
Get
'Usage
Dim instance As ConferenceInvitationResponse
Dim value As ConferenceInvitationStatus
value = instance.Status
[ObsoleteAttribute("This property will be removed from future versions. See ConferenceInvitation.EndDeliver for more information")]
public ConferenceInvitationStatus Status { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.ConferenceInvitationStatus
See Also
Reference
ConferenceInvitationResponse Class