Property Type
Type
Gets the type of expiration for the given package.
Declaration
public ExpirationType Type { get; }Property Value
| Type | Description | 
|---|---|
| ExpirationType | The type of expiration for the given package. | 
Remarks
This property indicates what expiration entails for a given package. That is, when the package expires:
- It is out-of-date but can still be used (AllowExpiredAccess).
- it can no longer be used and will fail to load (PreventExpiredAccess).
Applies to
Platforms and versions
| 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 |