ExecutionDateTime propriété
Gets or sets the date and time that the snapshot associated with the execution was created.
Espace de noms : ReportExecution2005
Assembly : ReportExecution2005 (dans ReportExecution2005.dll)
Syntaxe
'Déclaration
Public Property ExecutionDateTime As DateTime
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .DateTime
A DateTime object containing the date and time that the snapshot associated with the execution was created.