BuildOption.Value property

The option value, or null if the option was not specified.

public string? Value { get; }

Remarks

This properly must only be accessed while running a target.

See Also