InstallSettingsExtensions.

SetDisplayName(InstallSettings, string) Method

Summary

Specifies a friendly name that can be used by user interface programs to identify the service.
Assembly
Cake.Services.dll
Namespace
Cake.Services
Containing Type
InstallSettingsExtensions

Syntax

public static InstallSettings SetDisplayName(this InstallSettings settings, string name)

Parameters

Name Type Description
settings InstallSettings The process settings.
name string The friendly name of the service

Return Value

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