Поделиться через


Свойство 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.