LimitedAccessFeatureRequestResult.EstimatedRemovalDate 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.
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.