Contact.IsSubscribed Property
NOTE: This API is now obsolete.
Gets or sets whether the contact is subscribed.
Namespace: Microsoft.Rtc.Collaboration.ContactsGroups
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This property will be removed from future Versions.")> _
Public Property IsSubscribed As Boolean
Get
Set
'Usage
Dim instance As Contact
Dim value As Boolean
value = instance.IsSubscribed
instance.IsSubscribed = value
[ObsoleteAttribute("This property will be removed from future Versions.")]
public bool IsSubscribed { get; set; }
Property Value
Type: System.Boolean