Class Expiration
Expiration details that indicate whether a given package is out of date.
Inheritance
System.Object
    Expiration
  
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ExpirationRemarks
Expiration details can indicate that the package in question:
- Is still valid.
- Has expired and should be used with caution. (AllowExpiredAccess)
- Has expired and can no longer be used (PreventExpiredAccess).
Properties
| Name | Description | 
|---|---|
| DateTime | Gets the date and time when the package will expire. | 
| IsExpired | Gets a value indicating whether the current package has expired. | 
| Message | Gets an accompanying message which provides contextual information when the package has expired. | 
| Type | Gets the type of expiration for the given package. | 
Applies to
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 100.5 - 200.8 | 
| .NET | 100.13 - 200.8 | 
| .NET Windows | 100.13 - 200.8 | 
| .NET Android | 200.0 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 100.5 - 200.8 | 
| Xamarin.Android | 100.5 - 100.15 | 
| Xamarin.iOS | 100.5 - 100.15 | 
| UWP | 100.5 - 200.8 |