ConfigureServiceOptions.SuppressLaunchingGettingStarted 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.
Gets or sets a value indicating whether to suppress launching the Getting Started document after the connected service is added to the project. The default is false.
public:
property bool SuppressLaunchingGettingStarted { bool get(); void set(bool value); };
public:
property bool SuppressLaunchingGettingStarted { bool get(); void set(bool value); };
public bool SuppressLaunchingGettingStarted { get; set; }
member this.SuppressLaunchingGettingStarted : bool with get, set
Public Property SuppressLaunchingGettingStarted As Boolean