[Missing <summary> documentation for "P:Aliyun.OSS.Model.Expiration.Days"]
 
Namespace: Aliyun.OSS.ModelAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic Nullable<int> Days { get; set; }Public Property Days As Nullable(Of Integer)
	Get
	Set
public:
property Nullable<int> Days {
	Nullable<int> get ();
	void set (Nullable<int> value);
}member Days : Nullable<int> with get, set
Property Value
Type: 
NullableInt32
See Also