PlatformTelemetryRegistrationResult.Status 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 status of the client registration result.
public:
property PlatformTelemetryRegistrationStatus Status { PlatformTelemetryRegistrationStatus get(); };
PlatformTelemetryRegistrationStatus Status();
public PlatformTelemetryRegistrationStatus Status { get; }
var platformTelemetryRegistrationStatus = platformTelemetryRegistrationResult.status;
Public ReadOnly Property Status As PlatformTelemetryRegistrationStatus
Property Value
Success; SettingsOutOfRange; UnknownFailure. For more information, see PlatformTelemetryRegistrationStatus.