Share via


LimitedAccessFeatureRequestResult.EstimatedRemovalDate Property

Definition

Overloads

EstimatedRemovalDate

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

EstimatedRemovalDate

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

public:
 property IReference<DateTime> ^ EstimatedRemovalDate { IReference<DateTime> ^ get(); };
IReference<DateTime> EstimatedRemovalDate();
public System.Nullable<System.DateTimeOffset> EstimatedRemovalDate { get; }
var iReference = limitedAccessFeatureRequestResult.estimatedRemovalDate;
Public ReadOnly Property EstimatedRemovalDate As Nullable(Of DateTimeOffset)

Property Value

The estimated date at which the token used to gain access to the feature will expire, if known.

Applies to