ApplicationEndpointPresenceSettings.PresentityType Property
Gets or sets the value indicating the type of the presentity such as "person", "huntgroup", "autoattendant", "automaton".
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property PresentityType As String
Get
Set
'Usage
Dim instance As ApplicationEndpointPresenceSettings
Dim value As String
value = instance.PresentityType
instance.PresentityType = value
public string PresentityType { get; set; }
Property Value
Type: System.String
See Also
Reference
ApplicationEndpointPresenceSettings Class