LifecycleRuleExpirationTime Property |
The expiration time.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public Nullable<DateTime> ExpirationTime { get; set; }
Public Property ExpirationTime As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> ExpirationTime {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member ExpirationTime : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also