ExpirationDateTime 属性
Gets or sets the date and time that the execution expires.
命名空间: ReportExecution2005
程序集: ReportExecution2005(在 ReportExecution2005.dll 中)
语法
声明
Public Property ExpirationDateTime As DateTime
Get
Set
用法
Dim instance As ExecutionInfo
Dim value As DateTime
value = instance.ExpirationDateTime
instance.ExpirationDateTime = value
public DateTime ExpirationDateTime { get; set; }
public:
property DateTime ExpirationDateTime {
DateTime get ();
void set (DateTime value);
}
member ExpirationDateTime : DateTime with get, set
function get ExpirationDateTime () : DateTime
function set ExpirationDateTime (value : DateTime)
属性值
类型:System. . :: . .DateTime
A DateTime object containing the date and time that the execution expires.
注释
This is the expiration date and time of the execution, not the snapshot.