Share via


IServiceConfig.UserName Property

Definition

Gets or sets the username associated with the service.

public:
 property System::String ^ UserName { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty]
public string UserName { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty>]
member this.UserName : string with get, set
Public Property UserName As String

Property Value

The username associated with the service.

Attributes

Applies to