IsNullOriginalOffer Property

Gets whether the original offer is nullNothingnullptrunita null reference (Nothing in Visual Basic).

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property IsNullOriginalOffer As Boolean
    Get
'Usage
Dim instance As InvitationAcceptedEventArgs
Dim value As Boolean

value = instance.IsNullOriginalOffer
public bool IsNullOriginalOffer { get; }

Property Value

Type: System..::..Boolean
true if the original offer is nullNothingnullptrunita null reference (Nothing in Visual Basic); otherwise false.

Remarks

If the original offer is nullNothingnullptrunita null reference (Nothing in Visual Basic), the application cannot send Acknowledgement using this event argument.

See Also

Reference

InvitationAcceptedEventArgs Class

InvitationAcceptedEventArgs Members

Microsoft.Rtc.Signaling Namespace