ContactCard.IsAutomatedService Property

Gets or Sets the value that indicates if presentity is a bot or automaton whose presence information rarely changes.

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

Syntax

'Declaration
Public Property IsAutomatedService As Boolean
    Get
    Set
'Usage
Dim instance As ContactCard
Dim value As Boolean

value = instance.IsAutomatedService

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

Property Value

Type: System.Boolean

Remarks

By default this value is set to false.

See Also

Reference

ContactCard Class

ContactCard Members

Microsoft.Rtc.Collaboration.Presence Namespace