RemotePresenceView.ApplicationContext Property
Gets or sets an application-defined context.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property ApplicationContext As Object
Get
Set
'Usage
Dim instance As RemotePresenceView
Dim value As Object
value = instance.ApplicationContext
instance.ApplicationContext = value
public Object ApplicationContext { get; set; }
Property Value
Type: System.Object
Remarks
This custom context allows an application to store and retrieve application-specific data associated with this instance.