Share via


PackageItem.EntryPoint Propriété

Définition

Obtient ou définit une valeur qui indique si le package est un point d'entrée dans le projet.

public:
 property bool EntryPoint { bool get(); void set(bool value); };
public bool EntryPoint { get; set; }
member this.EntryPoint : bool with get, set
Public Property EntryPoint As Boolean

Valeur de propriété

Boolean

true si le package est un point d’entrée dans le projet ; sinon, false.

S’applique à