Method WithDescription
- Namespace
- Skyline.AppInstaller
- Assembly
- Skyline.DataMiner.Core.AppPackageCreator.dll
WithDescription(string)
Adds a description to the package.
public IAppPackageBuilder WithDescription(string description)
Parameters
description
stringDescription of the package.
Returns
- IAppPackageBuilder
A reference to this instance after this operation has completed.
Exceptions
- ArgumentNullException
description
is null.