RemotePresenceViewSettings.SubscriptionMode Property
Gets or sets the mode of subscription.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property SubscriptionMode As RemotePresenceViewSubscriptionMode
Get
Set
'Usage
Dim instance As RemotePresenceViewSettings
Dim value As RemotePresenceViewSubscriptionMode
value = instance.SubscriptionMode
instance.SubscriptionMode = value
public RemotePresenceViewSubscriptionMode SubscriptionMode { get; set; }
Property Value
Type: Microsoft.Rtc.Collaboration.Presence.RemotePresenceViewSubscriptionMode
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the value being set is an invalid mode. |
See Also
Reference
RemotePresenceViewSettings Class