LocalEndpoint.EndpointSubtype Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the subtype of the local endpoint.
public:
property Microsoft::Rtc::Collaboration::EndpointSubtype EndpointSubtype { Microsoft::Rtc::Collaboration::EndpointSubtype get(); };
public Microsoft.Rtc.Collaboration.EndpointSubtype EndpointSubtype { get; }
member this.EndpointSubtype : Microsoft.Rtc.Collaboration.EndpointSubtype
Public ReadOnly Property EndpointSubtype As EndpointSubtype
Property Value
Remarks
EndpointSubtype is mostly meaningful when the local endpoint is owned by an automaton (the EndpointType is "application").
By default, the EndpointSubtype is "attendant" as this is the most common type of automaton (Interactive Voice Response system, Instant Messaging robot). When the EndpointType is "user", the EndpointSubtype should be null.