source Management
Sets the source management property of the configuration using a custom initializer.
This function takes a lambda expression as a parameter and applies it to the SourceManagement object of the builder. The lambda expression can modify the state of the source management object, such as adding or removing sources, setting source options, etc. The function returns the modified source management object.
Return
the modified source management object.
Parameters
initializer
a lambda expression that modifies the source management object.