ProjectVersion.RestoredBy Property

Definition

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

Applies to