ContactCard.PresentityType Property
Gets or Sets the type of the Presentity (automaton/person/huntgroup/autoattendant).
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property PresentityType As String
Get
Set
'Usage
Dim instance As ContactCard
Dim value As String
value = instance.PresentityType
instance.PresentityType = value
public string PresentityType { get; set; }
Property Value
Type: System.String