Open sandboxFocus

Property IsRequired

IsRequired

Gets or sets a value indicating whether the dependency is required. When set to false, the generated code will accept missing dependencies without throwing an exception.

Declaration
public bool? IsRequired { get; init; }
Property Value
Type Description
bool?