RemotePresentitySubscriptionTarget.SubscriptionContext Property
Gets/Sets the context to be used for subscription.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property SubscriptionContext As RemoteSubscriptionContext
Get
Set
'Usage
Dim instance As RemotePresentitySubscriptionTarget
Dim value As RemoteSubscriptionContext
value = instance.SubscriptionContext
instance.SubscriptionContext = value
public RemoteSubscriptionContext SubscriptionContext { get; set; }
Property Value
Type: Microsoft.Rtc.Collaboration.Presence.RemoteSubscriptionContext
See Also
Reference
RemotePresentitySubscriptionTarget Class