ProjectVersion.CreatedBy Property

Definition

Gets the user the instance is created by.

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

Property Value

The user the instance is created by.

Attributes

Applies to