XBuildSettingsExtensions.

WithProperty(XBuildSettings, string, string[]) Method

Summary

Adds a property to the configuration.

Syntax

public static XBuildSettings WithProperty(this XBuildSettings settings, string name, params string[] values)

Parameters

Name Type Description
settings XBuildSettings The settings.
name string The property name.
values string[] The property values.

Return Value

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