| LifecycleRuleCreatedBeforeDate Property  | 
            Gets or sets the created before date.
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic Nullable<DateTime> CreatedBeforeDate { get; set; }Public Property CreatedBeforeDate As Nullable(Of DateTime)
	Get
	Set
public:
property Nullable<DateTime> CreatedBeforeDate {
	Nullable<DateTime> get ();
	void set (Nullable<DateTime> value);
}member CreatedBeforeDate : Nullable<DateTime> with get, set
Property Value
Type: 
NullableDateTimeThe created before date.
See Also