ScenarioPreloadRegistrationAttribute.ScenarioServices Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies services that should be preloaded when the scenario ScenarioName becomes active. If this property is not set we will assume you want to preload the package type this attribute is applied to.
public Type[] ScenarioServices { get; }
member this.ScenarioServices : Type[]
Public ReadOnly Property ScenarioServices As Type()