Свойство ExecutionDateTime
Gets or sets the date and time that the snapshot associated with the execution was created.
Пространство имен: ReportExecution2005
Сборка: ReportExecution2005 (в ReportExecution2005.dll)
Синтаксис
'Декларация
Public Property ExecutionDateTime As DateTime
Get
Set
'Применение
Dim instance As ExecutionInfo
Dim value As DateTime
value = instance.ExecutionDateTime
instance.ExecutionDateTime = value
public DateTime ExecutionDateTime { get; set; }
public:
property DateTime ExecutionDateTime {
DateTime get ();
void set (DateTime value);
}
member ExecutionDateTime : DateTime with get, set
function get ExecutionDateTime () : DateTime
function set ExecutionDateTime (value : DateTime)
Значение свойства
Тип: System. . :: . .DateTime
A DateTime object containing the date and time that the snapshot associated with the execution was created.