PresenceState.DeviceType 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 or sets the device type for MachineState/AggregateState/AggregateMachineState.
public:
property Microsoft::Rtc::Collaboration::Presence::DeviceType DeviceType { Microsoft::Rtc::Collaboration::Presence::DeviceType get(); void set(Microsoft::Rtc::Collaboration::Presence::DeviceType value); };
public Microsoft.Rtc.Collaboration.Presence.DeviceType DeviceType { get; set; }
member this.DeviceType : Microsoft.Rtc.Collaboration.Presence.DeviceType with get, set
Public Property DeviceType As DeviceType
Property Value
Exceptions
Thrown when the operation is invalid for the given state type.