CustomerExperienceOptions enumeration
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
Used to specify a logging option.
Syntax
public enum class CustomerExperienceOptions
Members
The CustomerExperienceOptions enumeration has these members.
Member | Value | Description |
---|---|---|
LoggingEnabledUnknown | UploadLoggingConsent::LOGGING_ENABLED_UNKNOWN | logging status is unknown |
LoggingEnabledNever | UploadLoggingConsent::LOGGING_ENABLED_NEVER | logging is disabled permanently |
LoggingEnabledNotNow | UploadLoggingConsent::LOGGING_ENABLED_NOT_NOW | logging is disabled temporarily |
LoggingEnabledNow | UploadLoggingConsent::LOGGING_ENABLED_NOW | logging is enabled temporarily |
LoggingEnabledAlways | UploadLoggingConsent::LOGGING_ENABLED_ALWAYS | logging is enabled permanently |
Requirements
Minimum supported client |
None supported |
Minimum supported server |
None supported |
Minimum supported phone |
Windows Phone 8.1 |
Namespace |
Microsoft::RightsManagement |
Metadata |
|