DevicePortalConnectionClosedEventArgs.Reason 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.
Describes the reason that the device portal connection was closed.
public:
property DevicePortalConnectionClosedReason Reason { DevicePortalConnectionClosedReason get(); };
DevicePortalConnectionClosedReason Reason();
public DevicePortalConnectionClosedReason Reason { get; }
var devicePortalConnectionClosedReason = devicePortalConnectionClosedEventArgs.reason;
Public ReadOnly Property Reason As DevicePortalConnectionClosedReason
Property Value
A DevicePortalConnectionClosedReason value describing the reason for closing.