ConfigureServiceOptions.SuppressLaunchingGettingStarted Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bağlı hizmet projeye eklendikten sonra Başlarken belgesinin başlatılıp başlatılmayacağını gösteren bir değer alır veya ayarlar. Varsayılan değer 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