LimitedAccessFeatureRequestResult.EstimatedRemovalDate Property

Definition

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