Propriété ExecutionInfo.ExpirationDateTime
Gets or sets the date and time that the execution expires.
Espace de noms : ReportExecution2005
Assembly : ReportExecution2005 (en ReportExecution2005.dll)
Syntaxe
'Déclaration
Public Property ExpirationDateTime As DateTime
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.DateTime
A DateTime object containing the date and time that the execution expires.
Notes
This is the expiration date and time of the execution, not the snapshot.