InstallSettingsExtensions.

SetDescription(InstallSettings, string) Method

Summary

Specifies a description for the specified service. If no string is specified, the description of the service is not modified. There is no limit to the number of characters in the service description.
Assembly
Cake.Services.dll
Namespace
Cake.Services
Containing Type
InstallSettingsExtensions

Syntax

public static InstallSettings SetDescription(this InstallSettings settings, string description)

Parameters

Name Type Description
settings InstallSettings The installation settings.
description string The description of the service

Return Value

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