ProjectVersion.LastRestoredTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the last restored time of the project.
public:
property Nullable<DateTimeOffset> LastRestoredTime { Nullable<DateTimeOffset> get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.Category("General")]
[System.ComponentModel.DisplayName("Last Restored Time")]
[System.ComponentModel.ReadOnly(true)]
public DateTimeOffset? LastRestoredTime { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.Category("General")>]
[<System.ComponentModel.DisplayName("Last Restored Time")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.LastRestoredTime : Nullable<DateTimeOffset>
Public ReadOnly Property LastRestoredTime As Nullable(Of DateTimeOffset)
Property Value
The last restored time of the project.
- Attributes