Share via


ApplicationContext Property

Sets or gets the application-specific state associated with the participant.

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

Syntax

'Declaration
Public Property ApplicationContext As Object
    Get
    Set
'Usage
Dim instance As Participant
Dim value As Object

value = instance.ApplicationContext

instance.ApplicationContext = value
public Object ApplicationContext { get; set; }

Property Value

Type: System..::..Object
The application-specific state associated with the participant.

See Also

Reference

Participant Class

Participant Members

Microsoft.Rtc.Signaling Namespace