IsSubscribed Property

Gets or sets the isSubscribed flag.

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

Syntax

'Declaration
Public Property IsSubscribed As Boolean
    Get
    Set
'Usage
Dim instance As Contact
Dim value As Boolean

value = instance.IsSubscribed

instance.IsSubscribed = value
public bool IsSubscribed { get; set; }

Property Value

Type: System..::..Boolean

See Also

Reference

Contact Class

Contact Members

Microsoft.Rtc.Collaboration.ContactsGroups Namespace