Utility.CreatedBy Property

Definition

Gets the authentication credentials for the user who created the Utility.

public:
 property System::String ^ CreatedBy { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public string CreatedBy { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.CreatedBy : string
Public ReadOnly Property CreatedBy As String

Property Value

A String value that contains the authentication credentials of the user who created the Utility.

Attributes

Applies to