InstallSettingsExtensions.

UseUsername(InstallSettings, string) Method

Summary

Gets or sets the credentials to use when connecting
Assembly
Cake.Services.dll
Namespace
Cake.Services
Containing Type
InstallSettingsExtensions

Syntax

public static InstallSettings UseUsername(this InstallSettings settings, string username)

Parameters

Name Type Description
settings InstallSettings The installation settings.
username string The username to connect with.

Return Value

Type Description
InstallSettings The same InstallSettings instance so that multiple calls can be chained.