Click or drag to resize

Expiration Class

Expiration time of an object
Inheritance Hierarchy
SystemObject
  OBS.ModelExpiration

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntax
C#
public class Expiration

The Expiration type exposes the following members.

Constructors
  NameDescription
Public methodExpiration
Initializes a new instance of the Expiration class
Top
Properties
  NameDescription
Public propertyDate
A specified date in which the object will expire
Public propertyDays
Object expiration time, specifying how many days after creation will the object expire
Top
See Also