LimitedAccessFeatureRequestResult Class

Definition

An object returned from a LimitedAccessFeatures.TryUnlockFeature request, which contains information on the feature and its availability.

public ref class LimitedAccessFeatureRequestResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class LimitedAccessFeatureRequestResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class LimitedAccessFeatureRequestResult
Public NotInheritable Class LimitedAccessFeatureRequestResult
Inheritance
Object Platform::Object IInspectable LimitedAccessFeatureRequestResult
Attributes

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v7.0)

Properties

EstimatedRemovalDate

Provides the estimate date that the current version of the requested feature will become unavailable.

FeatureId

Provides the feature ID associated with the request made.

Status

Provides the result of the feature request, which indicates the availability of the feature in question.

Applies to