Share via


ProjectVersion.CreatedBy Proprietà

Definizione

Ottiene l'utente che crea l'istanza.

public:
 property System::String ^ CreatedBy { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.Category("General")]
[System.ComponentModel.DisplayName("Created By")]
[System.ComponentModel.ReadOnly(true)]
public string CreatedBy { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.Category("General")>]
[<System.ComponentModel.DisplayName("Created By")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.CreatedBy : string
Public ReadOnly Property CreatedBy As String

Valore della proprietà

Utente che crea l'istanza.

Attributi

Si applica a