GetApplicationPackageResponse.LastActivationTime Property
Optional. Gets or sets the time at which the package was last activated, if the package is active.
Namespace: Microsoft.Azure.Management.Batch.Models
Assembly: Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)
Syntax
public Nullable<DateTime> LastActivationTime { get; set; }
public:
property Nullable<DateTime> LastActivationTime {
Nullable<DateTime> get();
void set(Nullable<DateTime> value);
}
member LastActivationTime : Nullable<DateTime> with get, set
Public Property LastActivationTime As Nullable(Of Date)
Property Value
Type: System.Nullable<DateTime>
See Also
GetApplicationPackageResponse Class
Microsoft.Azure.Management.Batch.Models Namespace
Return to top