Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the date and time that the execution expires.
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Syntax
'Declaration
Public Property ExpirationDateTime As DateTime
Get
Set
'Usage
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)
Property Value
Type: System.DateTime
A DateTime object containing the date and time that the execution expires.
Remarks
This is the expiration date and time of the execution, not the snapshot.