ProjectVersion.RestoredBy 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 user the instance is restored by.
public:
property System::String ^ RestoredBy { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.Category("General")]
[System.ComponentModel.DisplayName("Restored By")]
[System.ComponentModel.ReadOnly(true)]
public string RestoredBy { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.Category("General")>]
[<System.ComponentModel.DisplayName("Restored By")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.RestoredBy : string
Public ReadOnly Property RestoredBy As String
Property Value
The user the instance is restored by.
- Attributes